From: Alan Knowles Date: Thu, 7 May 2020 07:18:58 +0000 (+0800) Subject: roojs-ui.js X-Git-Url: http://git.roojs.org/?p=roojs1;a=commitdiff_plain;h=f4700f0511a9842ccb588098b291c50d855ce574 roojs-ui.js roojs-ui-debug.js roojs-all.js roojs-debug.js --- diff --git a/roojs-debug.js b/roojs-debug.js index 05d9ef06a0..3715c6f9d6 100644 --- a/roojs-debug.js +++ b/roojs-debug.js @@ -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); diff --git a/roojs-ui-debug.js b/roojs-ui-debug.js index 535682fd4d..7eb4754113 100644 --- a/roojs-ui-debug.js +++ b/roojs-ui-debug.js @@ -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);