Roo/form/HtmlEditor/ToolbarContext.js
authorAlan Knowles <alan@akbkhome.com>
Mon, 29 Aug 2011 10:27:23 +0000 (18:27 +0800)
committerAlan Knowles <alan@akbkhome.com>
Mon, 29 Aug 2011 10:27:23 +0000 (18:27 +0800)
Roo/form/HtmlEditor/ToolbarContext.js

index fff1ae8..7e6f666 100644 (file)
@@ -290,7 +290,7 @@ Roo.apply(Roo.form.HtmlEditor.ToolbarContext.prototype,  {
         // update the footer
         //
         var html = '';
-        Roo.each(ans.reverse, function(a,i) {
+        Roo.each(ans.reverse(), function(a,i) {
             if (!a) { return; }
             html += html.length? ' &gt; '  :  '';