fixing defaults/options for enhanced widgets
This commit is contained in:
parent
ef8c8eed37
commit
5bbd1aee9b
1 changed files with 1 additions and 1 deletions
|
@ -871,7 +871,7 @@ requires
|
||||||
that.defaults({foo: x}) sets self.defaults
|
that.defaults({foo: x}) sets self.defaults
|
||||||
*/
|
*/
|
||||||
self.defaults = defaults;
|
self.defaults = defaults;
|
||||||
delete self.options; // fixme: hackish fix for that = OxFoo({}, self).defaults({...}).options({...})
|
delete self.options; // fixme: hackish fix for that = Ox.Foo({...}, self).defaults({...}).options({...})
|
||||||
return that;
|
return that;
|
||||||
};
|
};
|
||||||
that.gainFocus = function() {
|
that.gainFocus = function() {
|
||||||
|
|
Loading…
Reference in a new issue