From 01b86f6bb999107077554d25251ca0a096b618f4 Mon Sep 17 00:00:00 2001 From: Rolux Date: Thu, 11 Feb 2010 01:27:15 +0530 Subject: [PATCH] commenting out jquery magic, pt. 3 --- build/js/ox.ui.js | 1 + 1 file changed, 1 insertion(+) diff --git a/build/js/ox.ui.js b/build/js/ox.ui.js index 7870088..237d88f 100644 --- a/build/js/ox.ui.js +++ b/build/js/ox.ui.js @@ -781,6 +781,7 @@ requires // if an ox object was passed // then pass its $element instead // so we can do oxObj.jqFn(oxObj) + args[i] = arg.$element; /* if (arg.ox) { // fixme: or is this too much magic? if (fn == "appendTo" && arg.$content) {