Roo/bootstrap/MenuItem.js
authorAlan Knowles <alan@roojs.com>
Fri, 25 Nov 2016 02:50:27 +0000 (10:50 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 25 Nov 2016 02:50:27 +0000 (10:50 +0800)
Roo/bootstrap/MenuItem.js

index 8d954cc..b2a1cb3 100644 (file)
@@ -67,7 +67,10 @@ Roo.extend(Roo.bootstrap.MenuItem, Roo.bootstrap.Component,  {
         };
         
         if (this.fa !== false) {
-            
+            anc.cn.push({
+                tag : 'i',
+                cls : 'fa fa-' + this.fa
+            });
         }
         
         anc.cn.push(ctag);