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

index a9662a6..a7ca43d 100644 (file)
@@ -35,7 +35,7 @@ Roo.extend(Roo.grid.GridDragZone, Roo.dd.DragZone, {
             
             // if editorgrid.. 
             if (sm.getSelectedCell && (!sm.getSelectedCell() || (sm.getSelectedCell()[0] == rowIndex) ) ) {
-                Roo.log([ sm.getSelectedCell ? sm.getSelectedCell()[0] : 'NO' , rowIndex ]);
+                Roo.log([ sm.getSelectedCell() ? sm.getSelectedCell()[0] : 'NO' , rowIndex ]);
                 return false;
             }