roojs-debug.js
authorAlan Knowles <alan@akbkhome.com>
Wed, 31 Aug 2011 07:14:41 +0000 (15:14 +0800)
committerAlan Knowles <alan@akbkhome.com>
Wed, 31 Aug 2011 07:14:41 +0000 (15:14 +0800)
roojs-debug.js

index cd9bf94..1fc1c5f 100644 (file)
@@ -38586,7 +38586,7 @@ Roo.form.HtmlEditor = Roo.extend(Roo.form.Field, {
                 st += node.dom.outerHTML || new XMLSerializer().serializeToString(node.dom);
             });
             
-        } else if (!this.stylesheet.length) {
+        } else if (!this.stylesheets.length) {
                 // simple..
                 st = '<style type="text/css">' +
                     'body{border:0;margin:0;padding:3px;height:98%;cursor:text;}' +