mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-10 00:37:54 +02:00
Don't bind context for app functions, they expect their own.
This commit is contained in:
@ -140,7 +140,7 @@
|
||||
}
|
||||
}
|
||||
if (typeof parent[existing_func] === "function") {
|
||||
return parent[existing_func].bind(context);
|
||||
parent[existing_func];
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user