From ab789fcfb46a82a3a10f92fafccb3eb10e60d25b Mon Sep 17 00:00:00 2001 From: j <0x006A@0x2620.org> Date: Fri, 5 Sep 2014 15:02:57 +0200 Subject: [PATCH] disable unfinished Ox.Element forEach --- source/Ox.UI/js/Core/Element.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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