fix Ox.Element forEach

This commit is contained in:
rolux 2014-09-16 17:05:37 +02:00
parent b90d6351b9
commit 5fff5b6492

View file

@ -422,12 +422,10 @@ Ox.Element = function(options, self) {
return Ox.map(that.find('.OxElement'), Ox.UI.getOxElement); return Ox.map(that.find('.OxElement'), Ox.UI.getOxElement);
}; };
/* that.forEach = function() {
that.forEach = function(f) { Ox.$(that[0]).forEach.apply(null, arguments);
// ...
return that; return that;
}; };
*/
/*@ /*@
gainFocus <function> Makes an element object gain focus gainFocus <function> Makes an element object gain focus