Roo/bootstrap/Button.js
authorAlan Knowles <alan@roojs.com>
Tue, 28 Jan 2014 06:51:32 +0000 (14:51 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 28 Jan 2014 06:51:32 +0000 (14:51 +0800)
Roo/bootstrap/Button.js

index 64e3d3c..8668fb7 100644 (file)
@@ -120,7 +120,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
             } else if (this.theme==='glow') {
                 
                 cfg.tag = 'a';
-                cfg.cls='btn-glow'
+                cfg.cls='btn-glow';
                 
                 if (['default', 'primary', 'success', 'info', 'warning', 'danger', 'link'].indexOf(this.weight) > -1) {