fixing defaults/options for enhanced widgets
This commit is contained in:
parent
f6c45c98bd
commit
7d06eb448b
|
@ -871,7 +871,7 @@ requires
|
|||
that.defaults({foo: x}) sets self.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;
|
||||
};
|
||||
that.gainFocus = function() {
|
||||
|
|
Loading…
Reference in New Issue
Block a user