Upgrade to ExtJS 3.2.2 - Released 06/02/2010
[extjs.git] / src / ext-core / src / adapter / ext-base-begin.js
1 /*!
2  * Ext JS Library 3.2.2
3  * Copyright(c) 2006-2010 Ext JS, Inc.
4  * licensing@extjs.com
5  * http://www.extjs.com/license
6  */
7 (function(){
8         var libFlyweight;
9         
10         function fly(el) {
11         if (!libFlyweight) {
12             libFlyweight = new Ext.Element.Flyweight();
13         }
14         libFlyweight.dom = el;
15         return libFlyweight;
16     }
17     
18