Roo/bootstrap/layout/Manager.js
authorAlan Knowles <alan@roojs.com>
Fri, 30 Jun 2017 06:31:08 +0000 (14:31 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 30 Jun 2017 06:31:08 +0000 (14:31 +0800)
Roo/bootstrap/layout/Manager.js

index 62c5480..fa9ae8b 100644 (file)
@@ -120,7 +120,8 @@ Roo.extend(Roo.bootstrap.layout.Manager, Roo.util.Observable, {
      * performs box-model adjustments.
      * @return {Object} The size as an object {width: (the width), height: (the height)}
      */
-    getViewSize : function(){
+    getViewSize : function()
+    {
         var size;
         if(this.el.dom != document.body){
             size = this.el.getSize();