roojs-ui.js
authorAlan Knowles <alan@roojs.com>
Thu, 7 May 2020 07:18:58 +0000 (15:18 +0800)
committerAlan Knowles <alan@roojs.com>
Thu, 7 May 2020 07:18:58 +0000 (15:18 +0800)
roojs-ui-debug.js
roojs-all.js
roojs-debug.js

roojs-debug.js
roojs-ui-debug.js

index 05d9ef0..3715c6f 100644 (file)
@@ -55499,9 +55499,8 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, {
             this.view.refresh(true);
             return;
         }
-        // slice
+        // splice
         pos = Math.max(0,pos);
-        
         this.cm.config.splice(pos, 0, cfg);
         this.view.refresh(true);
         
index 535682f..7eb4754 100644 (file)
@@ -33014,9 +33014,8 @@ Roo.extend(Roo.grid.Grid, Roo.util.Observable, {
             this.view.refresh(true);
             return;
         }
-        // slice
+        // splice
         pos = Math.max(0,pos);
-        
         this.cm.config.splice(pos, 0, cfg);
         this.view.refresh(true);