Roo/grid/EditorGrid.js
authorAlan Knowles <alan@roojs.com>
Wed, 20 Apr 2016 09:56:46 +0000 (17:56 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 20 Apr 2016 09:56:46 +0000 (17:56 +0800)
Roo/grid/EditorGrid.js

index d3c2ee2..5f24699 100644 (file)
@@ -117,7 +117,7 @@ Roo.extend(Roo.grid.EditorGrid, Roo.grid.Grid, {
             cancel:false,
             editor: ed
         };
-        var cell = Roo.get(this.view.getCell(ed.row,ed.col))
+        var cell = Roo.get(this.view.getCell(ed.row,ed.col));
         cell.show();
           
         if(String(value) !== String(startValue)){