Roo/HtmlEditorCore.js
authorAlan Knowles <alan@roojs.com>
Tue, 17 Mar 2015 08:33:33 +0000 (16:33 +0800)
committerAlan Knowles <alan@roojs.com>
Tue, 17 Mar 2015 08:33:33 +0000 (16:33 +0800)
Roo/HtmlEditorCore.js

index 4c15402..5c60532 100644 (file)
@@ -79,7 +79,7 @@ Roo.HtmlEditorCore = function(config){
     // defaults : white / black...
     
     var w = typeof(this.owner.white) != 'undefined' && this.owner.white ? this.owner.white  : [];
-    var b = typeof(this.owner.black) != 'undefined' && this.owner.black ? this.owner.black : [];
+    var b = typeof(this.owner.black) != 'undefined' && this.owner.black ? this.owner.black :  [];
     
     this.white = [];
     this.black = [];