Roo/bootstrap/LayoutMasonry.js
authorAlan Knowles <alan@roojs.com>
Tue, 20 Oct 2015 04:56:50 +0000 (12:56 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 20 Oct 2015 04:56:50 +0000 (12:56 +0800)
Roo/bootstrap/LayoutMasonry.js

index 1f0b14f..8ecdc68 100644 (file)
@@ -165,10 +165,11 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
     */
     _postLayout : function()
     {
-      this.resizeContainer();
+        this.resizeContainer();
     },
     
-    resizeContainer = function() {
+    resizeContainer : function()
+    {
         if ( !this.isResizingContainer ) {
             return;
         }
@@ -176,7 +177,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
         if ( size ) {
             this.el.setSize(size.width,size.height);
         }
-    }
+    },