diff --git a/source/Ox.UI/js/Core/Element.js b/source/Ox.UI/js/Core/Element.js index 36a4e67c..ea307806 100644 --- a/source/Ox.UI/js/Core/Element.js +++ b/source/Ox.UI/js/Core/Element.js @@ -422,10 +422,12 @@ Ox.Element = function(options, self) { return Ox.map(that.find('.OxElement'), Ox.UI.getOxElement); }; - that.forEach = function() { + /* + that.forEach = function(f) { // ... return that; }; + */ /*@ gainFocus Makes an element object gain focus