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