From 7d06eb448b111fe1e6478049c2ea3fbfb4ea18e9 Mon Sep 17 00:00:00 2001 From: Rolux Date: Sat, 20 Feb 2010 15:31:32 +0530 Subject: [PATCH] fixing defaults/options for enhanced widgets --- build/js/ox.ui.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/js/ox.ui.js b/build/js/ox.ui.js index 45bde76..4ba0bde 100644 --- a/build/js/ox.ui.js +++ b/build/js/ox.ui.js @@ -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() {