Roo/HtmlEditorCore.js
authorAlan Knowles <alan@roojs.com>
Mon, 21 Dec 2015 08:00:05 +0000 (16:00 +0800)
committerAlan Knowles <alan@roojs.com>
Mon, 21 Dec 2015 08:00:05 +0000 (16:00 +0800)
Roo/HtmlEditorCore.js

index b0ffe78..04d1376 100644 (file)
@@ -1302,7 +1302,7 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
             }
         }
         
-        cleanWordChildren();
+        this.iterateChild(node, this.cleanTableWidths);
         
         
     },