Roo/HtmlEditorCore.js
authorEdward <edward@roojs.com>
Fri, 19 Jun 2015 08:58:14 +0000 (16:58 +0800)
committerEdward <edward@roojs.com>
Fri, 19 Jun 2015 08:58:14 +0000 (16:58 +0800)
Roo/form/HtmlEditor.js

Roo/HtmlEditorCore.js
Roo/form/HtmlEditor.js

index 4ee30a1..08ad41e 100644 (file)
@@ -1459,6 +1459,11 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
             type : 'text/css',
             href : href
         });
+    },
+    
+    removeStylesheets : function()
+    {
+        
     }
     
     // hide stuff that is not compatible
index 5d4adc6..43f398b 100644 (file)
@@ -567,9 +567,9 @@ Roo.extend(Roo.form.HtmlEditor, Roo.form.Field, {
         this.editorcore.setStylesheets(stylesheets);
     },
     
-    removeStylesheets : function(stylesheets)
+    removeStylesheets : function()
     {
-        this.editorcore.removeStylesheets(stylesheets);
+        this.editorcore.removeStylesheets();
     }