From 5a46bec4ed2750f663b49f6864116e035aaabf8b Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Fri, 15 Apr 2016 15:38:31 +0800 Subject: [PATCH] Roo/History.js --- Roo/History.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/Roo/History.js b/Roo/History.js index f7ce10cf4a..d2f9eb1d9a 100644 --- a/Roo/History.js +++ b/Roo/History.js @@ -163,7 +163,10 @@ Roo.History = { */ queues : [], - + /** + * busy.flag + */ + busy_flag : false, // Initialise History init : function(options){ @@ -1317,10 +1320,7 @@ Roo.History = { return this.busy.flag; }; - /** - * busy.flag - */ - History.busy.flag = false; + /** * History.fireQueueItem(item) -- 2.39.2