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

index 30c473d..31f336e 100644 (file)
@@ -158,7 +158,7 @@ Roo.extend(Roo.bootstrap.Button, Roo.bootstrap.Component,  {
             delete cfg.html;
             
         } else if (this.menu) {
-            cfg.tag = 'a'
+            cfg.tag = 'a';
             cfg.cls += ' dropdown test';
         }