mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-23 00:13:35 +01: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…
Reference in New Issue
Block a user