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