Roo/bootstrap/DocumentManager.js
authoredward <edward@roojs.com>
Thu, 3 Mar 2016 05:43:56 +0000 (13:43 +0800)
committeredward <edward@roojs.com>
Thu, 3 Mar 2016 05:43:56 +0000 (13:43 +0800)
Roo/bootstrap/DocumentManager.js

index 3448080..acdddf4 100644 (file)
@@ -203,9 +203,9 @@ Roo.extend(Roo.bootstrap.DocumentManager, Roo.bootstrap.Component,  {
         
         this.renderProgressDialog();
         
-//        var _this = this;
+        var _this = this;
         
-//        window.addEventListener("resize", function() { _this.refresh(); } );
+        window.addEventListener("resize", function() { _this.refresh(); } );
         
         this.fireEvent('initial', this);
     },