Upgrade to ExtJS 3.0.0 - Released 07/06/2009
[extjs.git] / docs / source / ext-base-begin.html
1 <html>\r
2 <head>\r
3   <title>The source code</title>\r
4     <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />\r
5     <script type="text/javascript" src="../resources/prettify/prettify.js"></script>\r
6 </head>\r
7 <body  onload="prettyPrint();">\r
8     <pre class="prettyprint lang-js">(function(){\r
9         var libFlyweight;\r
10         \r
11         function fly(el) {\r
12         if (!libFlyweight) {\r
13             libFlyweight = new Ext.Element.Flyweight();\r
14         }\r
15         libFlyweight.dom = el;\r
16         return libFlyweight;\r
17     }\r
18     \r
19     </pre>    \r
20 </body>\r
21 </html>