From: Alan Knowles Date: Sun, 18 Nov 2012 07:04:53 +0000 (+0800) Subject: Roo/grid/GridDragZone.js X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=c8cc54e385f4426bcf91dc55e3561127e3e9c9e5;p=roojs1 Roo/grid/GridDragZone.js --- diff --git a/Roo/grid/GridDragZone.js b/Roo/grid/GridDragZone.js index 1abe29406f..d020eb8422 100644 --- a/Roo/grid/GridDragZone.js +++ b/Roo/grid/GridDragZone.js @@ -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()[0] , rowIndex ]); + Roo.log([ sm.getSelectedCell()[0] , rowIndex ]); return false; }