Roo/form/HtmlEditor/ToolbarStandard.js
authorEdward <edward@roojs.com>
Mon, 13 Jan 2014 09:11:27 +0000 (17:11 +0800)
committerEdward <edward@roojs.com>
Mon, 13 Jan 2014 09:11:27 +0000 (17:11 +0800)
Roo/form/HtmlEditor/ToolbarStandard.js

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