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