Roo/bootstrap/Alert.js
authorAlan Knowles <alan@roojs.com>
Mon, 21 Mar 2016 09:58:00 +0000 (17:58 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 21 Mar 2016 09:58:00 +0000 (17:58 +0800)
Roo/bootstrap/Alert.js

index 9d32252..34e0cec 100644 (file)
@@ -100,7 +100,7 @@ Roo.extend(Roo.bootstrap.Alert, Roo.bootstrap.Component,  {
             this.el.select('.roo-alert-icon',true).first().removeClass(['fa', 'fa-' + this.faicon]);
         }
         
-        this.faicon = icon
+        this.faicon = icon;
         
         this.el.select('.roo-alert-icon',true).first().addClass(['fa', 'fa-' + this.faicon]);
     },