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

index e3777fb..30eb915 100644 (file)
@@ -143,7 +143,6 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
     getDocMarkup : function(){
         // body styles..
         var st = '';
-        Roo.log(this.stylesheets);
         
         // inherit styels from page...?? 
         if (this.stylesheets === false) {
@@ -161,11 +160,8 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
                 st = '<style type="text/css">' +
                     'body{border:0;margin:0;padding:3px;height:98%;cursor:text;}' +
                    '</style>';
-        } else {
-//            Roo.each(this.stylesheets, function(s) {
-//                st += '<link rel="stylesheet" type="text/css" href="' + s +'" />'
-//            });
-//            this.setStylesheets(this.stylesheets);
+        } else { 
+            
         }
         
         st +=  '<style type="text/css">' +