commenting out jquery magic, pt. 4

This commit is contained in:
Rolux 2010-02-11 01:29:10 +05:30
parent fce8d527dc
commit 13be1d9a10

View file

@ -781,7 +781,9 @@ 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) {
args[i] = arg.$element;
}
/*
if (arg.ox) { // fixme: or is this too much magic?
if (fn == "appendTo" && arg.$content) {