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

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