examples/resizable/basic.js
authorChris <chris@roojs.com>
Mon, 25 Nov 2013 08:03:29 +0000 (16:03 +0800)
committerChris <chris@roojs.com>
Mon, 25 Nov 2013 08:03:29 +0000 (16:03 +0800)
examples/resizable/basic.js

index 7676f54..c717f3e 100644 (file)
@@ -90,17 +90,17 @@ var ResizableExample = {
             dynamic: true
         });
         
-        var multi = new Roo.Resizable('multi-box', {
-            width: 595,
-            height: 200,
-            minWidth:20,
-            minHeight:20,
-            handles: 'all',
-            dynamic: true,
-            draggable: true,
-            resizeChild: true
-        });
-    }
+    },
+    multi : new Roo.Resizable('multi-box', {
+        width: 595,
+        height: 200,
+        minWidth:20,
+        minHeight:20,
+        handles: 'all',
+        dynamic: true,
+        draggable: true,
+        resizeChild: true
+    });
 };
 
 Roo.EventManager.onDocumentReady(ResizableExample.init, ResizableExample, true);
\ No newline at end of file