Roo/bootstrap/Row.js
authorAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 04:58:40 +0000 (12:58 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 18 Feb 2014 04:58:40 +0000 (12:58 +0800)
Roo/bootstrap/Row.js

index 8a72bf6..358e219 100644 (file)
@@ -21,8 +21,10 @@ Roo.bootstrap.Row = function(config){
 
 Roo.extend(Roo.bootstrap.Row, Roo.bootstrap.Component,  {
     
-    autoCreate: {
-        cls: 'row clearfix'
+    getAutoCreate : function(){
+       return {
+            cls: 'row clearfix'
+       };
     }