commenting out jquery magic, pt. 4
This commit is contained in:
parent
fce8d527dc
commit
13be1d9a10
1 changed files with 3 additions and 1 deletions
|
@ -781,7 +781,9 @@ 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) {
|
||||||
|
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