From e4fe3b6ba1c9cc6cf20e2868a1e46398d5162fed Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Mon, 21 Mar 2016 17:58:00 +0800 Subject: [PATCH] Roo/bootstrap/Alert.js --- Roo/bootstrap/Alert.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Roo/bootstrap/Alert.js b/Roo/bootstrap/Alert.js index 9d32252fee..34e0cecbe1 100644 --- a/Roo/bootstrap/Alert.js +++ b/Roo/bootstrap/Alert.js @@ -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]); }, -- 2.39.2