Upgrade to ExtJS 3.0.3 - Released 10/11/2009
[extjs.git] / docs / source / ext-base-begin.html
1 <html>
2 <head>
3   <title>The source code</title>
4     <link href="../resources/prettify/prettify.css" type="text/css" rel="stylesheet" />
5     <script type="text/javascript" src="../resources/prettify/prettify.js"></script>
6 </head>
7 <body  onload="prettyPrint();">
8     <pre class="prettyprint lang-js">/*!
9  * Ext JS Library 3.0.3
10  * Copyright(c) 2006-2009 Ext JS, LLC
11  * licensing@extjs.com
12  * http://www.extjs.com/license
13  */
14 (function(){\r
15         var libFlyweight;\r
16         \r
17         function fly(el) {\r
18         if (!libFlyweight) {\r
19             libFlyweight = new Ext.Element.Flyweight();\r
20         }\r
21         libFlyweight.dom = el;\r
22         return libFlyweight;\r
23     }\r
24     \r
25     </pre>
26 </body>
27 </html>