Roo/grid/GridView.js
authoredward <edward@roojs.com>
Mon, 18 Jul 2016 05:01:13 +0000 (13:01 +0800)
committeredward <edward@roojs.com>
Mon, 18 Jul 2016 05:01:13 +0000 (13:01 +0800)
Roo/grid/GridView.js

index 377fba2..e0d7998 100644 (file)
@@ -1645,7 +1645,7 @@ Roo.extend(Roo.grid.GridView, Roo.grid.AbstractGridView, {
 
         var bt = this.getBodyTable();
         
-        if(cm.getLockedCount == cm.config.length){
+        if(cm.getLockedCount() == cm.config.length){
             bt = this.getLockedTable();
         }