Roo/bootstrap/ButtonGroup.js
authorAlan Knowles <alan@roojs.com>
Tue, 14 Jan 2014 11:04:10 +0000 (19:04 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 14 Jan 2014 11:04:10 +0000 (19:04 +0800)
Roo/bootstrap/ButtonGroup.js

index 398b8a4..15e63d7 100644 (file)
@@ -28,7 +28,7 @@ Roo.extend(Roo.bootstrap.ButtonGroup, Roo.bootstrap.Component,  {
         if (['vertical','justified'].indexOf(this.align)!==-1) {
             cfg.cls = 'btn-group-' + this.align;
             
-            if (this.align==='justified') {
+            if (this.align == 'justified') {
                 console.log(this.items)
             }
         }