X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/ee06f37b0f6f6d94cd05a6ffae556660f7c4a2bc..c930e9176a5a85509c5b0230e2bff5c22a591432:/docs/source/ext-base-begin.html diff --git a/docs/source/ext-base-begin.html b/docs/source/ext-base-begin.html new file mode 100644 index 00000000..72960f8d --- /dev/null +++ b/docs/source/ext-base-begin.html @@ -0,0 +1,21 @@ + + + The source code + + + + +
(function(){
+	var libFlyweight;
+	
+	function fly(el) {
+        if (!libFlyweight) {
+            libFlyweight = new Ext.Element.Flyweight();
+        }
+        libFlyweight.dom = el;
+        return libFlyweight;
+    }
+    
+    
+ + \ No newline at end of file