Roo/grid/CellSelectionModel.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 26 Sep 2011 04:44:45 +0000 (12:44 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 26 Sep 2011 04:44:45 +0000 (12:44 +0800)
Roo/grid/CellSelectionModel.js

index 1d3bbb9..eec79f5 100644 (file)
@@ -234,7 +234,7 @@ Roo.extend(Roo.grid.CellSelectionModel, Roo.grid.AbstractSelectionModel,  {
      */
     onEditorKey : function(field, e){
         
-        var k = fakeKey || e.getKey(), newCell, g = this.grid, ed = g.activeEditor;
+        var k = e.getKey(), newCell, g = this.grid, ed = g.activeEditor;
         ///Roo.log('onEditorKey' + k);
         
         if(k == e.TAB){