disable unfinished Ox.Element forEach

This commit is contained in:
j 2014-09-05 15:02:57 +02:00
parent 028f19fd1c
commit ab789fcfb4

View file

@ -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