/hippo/src/main/webapp/ext/src/adapter/core/ext-base-begin.js
http://hdbc.googlecode.com/ · JavaScript · 18 lines · 9 code · 3 blank · 6 comment · 1 complexity · 142cfc4948061b9a3f63cc087b6e3d94 MD5 · raw file
- /*!
- * Ext JS Library 3.0.0
- * Copyright(c) 2006-2009 Ext JS, LLC
- * licensing@extjs.com
- * http://www.extjs.com/license
- */
- (function(){
- var libFlyweight;
-
- function fly(el) {
- if (!libFlyweight) {
- libFlyweight = new Ext.Element.Flyweight();
- }
- libFlyweight.dom = el;
- return libFlyweight;
- }