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

index 4c8235e..0ae8d03 100644 (file)
@@ -370,8 +370,8 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarStandard.prototype,  {
                     handler: function(a,b) {
                         var c = Roo.get(editor.doc.body);
                         var nodes = [];
-                        c.select('[style]').each(function(v) {
-                            v.dom.style.removeProperty(this.cleanStyles[i]);
+                        c.select('[style]').each(function(s) {
+                            s.dom.style.removeProperty(this.cleanStyles[i]);
                         });
                         
                     },