examples/bootstrap/bootstrap.js
authorAlan Knowles <alan@roojs.com>
Tue, 14 Jan 2014 13:08:26 +0000 (21:08 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 14 Jan 2014 13:08:26 +0000 (21:08 +0800)
examples/bootstrap/bootstrap.js

index 14a2c79..1b4ab5c 100644 (file)
@@ -373,9 +373,11 @@ Roo.example.bootstrap = new Roo.XComponent({
                             xtype: 'Form',
                             xns: Roo.bootstrap,
                             items : [
-                                xtype: 'Input',
-                                xns: Roo.bootstrap,
-                                name : 'test',
+                                {
+                                    xtype: 'Input',
+                                    xns: Roo.bootstrap,
+                                    name : 'test',
+                                }
                             ]
                         }
                     ]