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);
};
/*
that.forEach = function(f) {
// ...
that.forEach = function() {
Ox.$(that[0]).forEach.apply(null, arguments);
return that;
};
*/
/*@
gainFocus <function> Makes an element object gain focus