Roo/History.js
authorAlan Knowles <alan@roojs.com>
Fri, 15 Apr 2016 08:16:35 +0000 (16:16 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 15 Apr 2016 08:16:35 +0000 (16:16 +0800)
Roo/History.js

index b234b24..6de77fb 100644 (file)
@@ -1434,6 +1434,8 @@ Roo.History = {
      */
     busy : function(value){
         // Apply
+        
+        var _this = this;
         if ( typeof value !== 'undefined' ) {
             //this.debug('this.busy: changing ['+(this.busy.flag||false)+'] to ['+(value||false)+']', this.queues.length);
             this.busy_flag = value;
@@ -1445,6 +1447,9 @@ Roo.History = {
 
         // Queue
         if ( !this.busy_flag ) {
+            
+            
+            
             // Execute the next item in the queue
             window.clearTimeout(this.busy.timeout);
             var fireNext = function(){