fix Ox.Element forEach
This commit is contained in:
parent
b90d6351b9
commit
5fff5b6492
1 changed files with 2 additions and 4 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue