commenting out jquery magic, pt. 3
This commit is contained in:
parent
cf9ecbf01b
commit
fce8d527dc
1 changed files with 1 additions and 0 deletions
|
@ -781,6 +781,7 @@ requires
|
||||||
// if an ox object was passed
|
// if an ox object was passed
|
||||||
// then pass its $element instead
|
// then pass its $element instead
|
||||||
// so we can do oxObj.jqFn(oxObj)
|
// so we can do oxObj.jqFn(oxObj)
|
||||||
|
args[i] = arg.$element;
|
||||||
/*
|
/*
|
||||||
if (arg.ox) { // fixme: or is this too much magic?
|
if (arg.ox) { // fixme: or is this too much magic?
|
||||||
if (fn == "appendTo" && arg.$content) {
|
if (fn == "appendTo" && arg.$content) {
|
||||||
|
|
Loading…
Reference in a new issue