From 8f3501d5627691c214fbde1fe263cacef823812c Mon Sep 17 00:00:00 2001 From: Rolux Date: Wed, 27 Jan 2010 18:05:37 +0530 Subject: [PATCH] typo --- 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 c1e789f..9443659 100644 --- a/build/js/ox.ui.js +++ b/build/js/ox.ui.js @@ -414,7 +414,7 @@ requires emptyCache: function() { cache = {}; - } + }, options: function(options) { return Ox.getset(self.options, options, $.noop(), this);