Roo/form/HtmlEditor/ToolbarStandard.js
authorEdward <edward@roojs.com>
Mon, 13 Jan 2014 07:44:29 +0000 (15:44 +0800)
committerEdward <edward@roojs.com>
Mon, 13 Jan 2014 07:44:29 +0000 (15:44 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

index b35cbd4..d415008 100644 (file)
@@ -370,8 +370,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
                         var c = Roo.get(editor.doc.body);
                         var nodes = [];
                         c.select('[style]').each(function(i) {
-                            
-                            nodes.push(i.dom.getAttributeNs('font-size','style'));
+                            nodes.push(i.dom);
                         });
                         
                         Roo.log(nodes);