diff --git a/etemplate/js/et2_core_common.js b/etemplate/js/et2_core_common.js index 6b5aa11058..a44c4c55f6 100644 --- a/etemplate/js/et2_core_common.js +++ b/etemplate/js/et2_core_common.js @@ -232,7 +232,7 @@ function et2_checkType(_val, _type, _attr, _cname) { try { - return jQuery.proxy(parent,parent[func]); + return jQuery.proxy(parent[func],parent); } catch (e) {