remove debugging code
[roojs1] / Roo / grid / CellSelectionModel.js
index 36557fa..95364f8 100644 (file)
@@ -295,9 +295,10 @@ Roo.extend(Roo.grid.CellSelectionModel, Roo.grid.AbstractSelectionModel,  {
         }
                
         if (newCell) {
-            var ecall = { cell : newCell };
+            var ecall = { cell : newCell, forward : forward };
             this.fireEvent('beforeeditnext', ecall );
             newCell = ecall.cell;
+                       forward = ecall.forward;
         }
                
         if(newCell){