commenting out jquery magic, pt. 3

This commit is contained in:
Rolux 2010-02-11 01:27:15 +05:30
parent 5547b2060e
commit 01b86f6bb9

View File

@ -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) {