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

index fbc8e80..1adbcca 100644 (file)
@@ -91,16 +91,7 @@ var ResizableExample = {
         });
         this.multi;
     },
-    multi : new Roo.Resizable('multi-box', {
-        width: 595,
-        height: 200,
-        minWidth:20,
-        minHeight:20,
-        handles: 'all',
-        dynamic: true,
-        draggable: true,
-        resizeChild: true
-    })
+    multi : Roo.emptyFn
 };
 
 Roo.EventManager.onDocumentReady(ResizableExample.init, ResizableExample, true);
\ No newline at end of file