Roo/form/HtmlEditor.js
authorEdward <edward@roojs.com>
Tue, 15 Apr 2014 04:39:54 +0000 (12:39 +0800)
committerEdward <edward@roojs.com>
Tue, 15 Apr 2014 04:39:54 +0000 (12:39 +0800)
Roo/form/HtmlEditor.js

index 9f15565..4c2d513 100644 (file)
@@ -198,7 +198,7 @@ Roo.form.HtmlEditor = Roo.extend(Roo.form.Field, {
                    '</style>';
         } else {
             Roo.log('this.stylesheets');
-            Roo.log(this.stylesheet);
+            Roo.log(this.stylesheets);
             Roo.each(this.stylesheets, function(s) {
                 st += '<link rel="stylesheet" type="text/css" href="' + s +'" />'
             });