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

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