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

index 94db52a..3964848 100644 (file)
@@ -121,7 +121,7 @@ var ResizableExample = {
             handles: 'se',
             dynamic: true,
             draggable: true,
-            resizeChild: true
+            resizeChild: false
             
         });
     },