disable unfinished Ox.Element forEach
This commit is contained in:
parent
028f19fd1c
commit
ab789fcfb4
1 changed files with 3 additions and 1 deletions
|
@ -422,10 +422,12 @@ 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) {
|
||||||
// ...
|
// ...
|
||||||
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