This commit is contained in:
rolux 2011-04-23 20:09:43 +02:00
parent 95fc4e29bb
commit 876673b59d

View file

@ -124,10 +124,6 @@ Ox.App = (function() {
}; };
that.bindEvent = function() {
};
that.options = function() { that.options = function() {
return Ox.getset(self.options, Array.prototype.slice.call(arguments), self.change, that); return Ox.getset(self.options, Array.prototype.slice.call(arguments), self.change, that);
}; };