commenting out jquery magic, pt. 4
This commit is contained in:
parent
01b86f6bb9
commit
b739f171f2
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user