From f4700f0511a9842ccb588098b291c50d855ce574 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Thu, 7 May 2020 15:18:58 +0800 Subject: [PATCH] roojs-ui.js roojs-ui-debug.js roojs-all.js roojs-debug.js --- roojs-debug.js | 3 +-- roojs-ui-debug.js | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-) 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); -- 2.39.2