Roo/grid/GridDragZone.js
authorAlan Knowles <alan@akbkhome.com>
Sun, 18 Nov 2012 06:42:19 +0000 (14:42 +0800)
committerAlan Knowles <alan@akbkhome.com>
Sun, 18 Nov 2012 06:42:19 +0000 (14:42 +0800)
Roo/grid/GridDragZone.js

index 89cde2d..e6251ef 100644 (file)
@@ -38,7 +38,12 @@ Roo.extend(Roo.grid.GridDragZone, Roo.dd.DragZone, {
             if (e.hasModifier()){
                 sm.handleMouseDown(e, t); // non modifier buttons are handled by row select.
             }
-            return {grid: this.grid, ddel: this.ddel, rowIndex: rowIndex, selections:sm.getSelections()};
+            return {
+                grid: this.grid,
+                ddel: this.ddel,
+                rowIndex: rowIndex,
+                selections:sm.getSelections()
+            };
         }
         return false;
     },