Roo/bootstrap/LayoutMasonry.js
authoredward <edward@roojs.com>
Wed, 26 Apr 2017 05:55:23 +0000 (13:55 +0800)
committeredward <edward@roojs.com>
Wed, 26 Apr 2017 05:55:23 +0000 (13:55 +0800)
Roo/bootstrap/LayoutMasonry.js

index 344d9a9..125f96e 100644 (file)
@@ -438,7 +438,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
                 case 'md' :
                 case 'md-left' :
                 case 'md-right' :
-                case 'wide' :
+                case 'tall' :
                     
                     if(box.length){
                         boxes.push(box);
@@ -451,7 +451,7 @@ Roo.extend(Roo.bootstrap.LayoutMasonry, Roo.bootstrap.Component,  {
                     
                 case 'xs' :
                 case 'sm' :
-                case 'tall' :
+                case 'wide' :
                     
                     box.push(item);