fix typo
[roojs1] / Roo / bootstrap / Card.js
index d5144a6..08f1a95 100644 (file)
@@ -111,7 +111,7 @@ Roo.extend(Roo.bootstrap.Card, Roo.bootstrap.Component,  {
             }
         });
         
-        ['', 'xs', 'sm', 'lg', 'xl',   ].forEach(function(v) {
+        ['', 'xs', 'sm', 'lg', 'xl'].forEach(function(v) {
             if (t['display' + (v.length ? '_' : '') + v].length) {
                 cls += ' d' +  (v.length ? '-' : '') + v + '-' + t['margin' + (v.length ? '_' : '') + v].length
             }
@@ -232,4 +232,5 @@ Roo.extend(Roo.bootstrap.Card, Roo.bootstrap.Component,  {
         return this.el.select('.roo-card-body-ctr',true).first();    
     }
     
-}
\ No newline at end of file
+});
+