Roo/bootstrap/LayoutMasonry.js
authorjohn <john@roojs.com>
Thu, 14 Dec 2017 09:39:13 +0000 (17:39 +0800)
committerjohn <john@roojs.com>
Thu, 14 Dec 2017 09:39:13 +0000 (17:39 +0800)
Roo/bootstrap/LayoutMasonry.js

index a7de0b5..a81a52b 100644 (file)
@@ -1284,15 +1284,14 @@ Roo.apply(Roo.bootstrap.LayoutMasonry, {
         this.groups[layout.id] = layout;
     },
     /**
-    * fetch a Navigation Group based on the navigation ID
-    * @param {string} the navgroup to add
-    * @returns {Roo.bootstrap.NavGroup} the navgroup 
+    * fetch a  Masonry Layout based on the masonry layout ID
+    * @param {string} the masonry layout to add
+    * @returns {Roo.bootstrap.LayoutMasonry} the masonry layout
     */
     
     get: function(layout_id) {
         if (typeof(this.groups[layout_id]) == 'undefined') {
             return false;
-            //this.register(new Roo.bootstrap.NavGroup({ navId : navId }));
         }
         return this.groups[layout_id] ;
     }