examples/bootstrap/bootstrap.js
authorJulian Knowles <julian@roojs.com>
Mon, 20 Jan 2014 10:11:15 +0000 (18:11 +0800)
committerJulian Knowles <julian@roojs.com>
Mon, 20 Jan 2014 10:11:15 +0000 (18:11 +0800)
examples/bootstrap/bootstrap.js

index 7478e49..c13154b 100644 (file)
@@ -422,22 +422,22 @@ Roo.example.bootstrap = new Roo.XComponent({
                                         {
                                             xtype: 'Button',
                                             xns: Roo.bootstrap,
-                                            html : '',
+                                            html : 'A',
                                         },
                                         {
                                             xtype: 'Button',
                                             xns: Roo.bootstrap,
-                                            html : '',
+                                            html : 'B',
                                         },
                                         {
                                             xtype: 'Button',
                                             xns: Roo.bootstrap,
-                                            html : '',
+                                            html : 'C',
                                         },
                                         {
                                             xtype: 'Button',
                                             xns: Roo.bootstrap,
-                                            html : '',
+                                            html : 'D',
                                         }
                                     ]
                                 },