Roo/form/HtmlEditor/ToolbarStandard.js
authorEdward <edward@roojs.com>
Mon, 13 Jan 2014 08:51:24 +0000 (16:51 +0800)
committerEdward <edward@roojs.com>
Mon, 13 Jan 2014 08:51:24 +0000 (16:51 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

index 433bc07..f60c77d 100644 (file)
@@ -368,10 +368,8 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
                     
                     html: this.cleanStyles[i],
                     handler: function(a,b) {
-                        Roo.log('style');
-                        Roo.log(this.cleanStyles[i])
                         var c = Roo.get(editor.doc.body);
-                        var nodes = [];
+                        
                         c.select('[style]').each(function(s) {
                             s.dom.style.removeProperty(a.html);
                         });