compile card into bootstrap
[roojs1] / Roo / bootstrap / Card.js
index d5144a6..6c384b3 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
             }