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

index 04d1376..37b35ed 100644 (file)
@@ -1238,7 +1238,8 @@ Roo.extend(Roo.HtmlEditorCore, Roo.Component,  {
     },
     /**
      * iterateChildren of a Node, calling fn each time, using this as the scole..
-     *
+     * @param {DomNode} node node to iterate children of.
+     * @param {Function} fn method of this class to call on each item.
      */
     iterateChildren : function(node, fn)
     {