mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-25 12:21:26 +02:00
Don't bind context for app functions, they expect their own.
This commit is contained in:
parent
242d435252
commit
52eb5ca8e0
@ -140,7 +140,7 @@
|
||||
}
|
||||
}
|
||||
if (typeof parent[existing_func] === "function") {
|
||||
return parent[existing_func].bind(context);
|
||||
parent[existing_func];
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user