From fec21c30e5f9c5cd649a8d1efeed16cbbfbdbbe4 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 30 Jun 2017 14:31:00 +0800 Subject: [PATCH] Roo/bootstrap/layout/Manager.js --- Roo/bootstrap/layout/Manager.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Roo/bootstrap/layout/Manager.js b/Roo/bootstrap/layout/Manager.js index b6aae1379b..62c54800bc 100644 --- a/Roo/bootstrap/layout/Manager.js +++ b/Roo/bootstrap/layout/Manager.js @@ -68,6 +68,9 @@ Roo.extend(Roo.bootstrap.layout.Manager, Roo.util.Observable, { monitorWindowResize : true, + + updating : false, + /** * Returns true if this layout is currently being updated * @return {Boolean} @@ -96,7 +99,7 @@ Roo.extend(Roo.bootstrap.layout.Manager, Roo.util.Observable, { }, layout: function(){ - + // abstract... }, onRegionResized : function(region, newSize){ -- 2.39.2