diff --git a/api/js/etemplate/et2_core_legacyJSFunctions.js b/api/js/etemplate/et2_core_legacyJSFunctions.js index 37e82336a2..79f6bbeb50 100644 --- a/api/js/etemplate/et2_core_legacyJSFunctions.js +++ b/api/js/etemplate/et2_core_legacyJSFunctions.js @@ -140,7 +140,7 @@ } } if (typeof parent[existing_func] === "function") { - return parent[existing_func].bind(context); + parent[existing_func]; } }