mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +01:00
Fix wrong argument order to jQuery.proxy()
This commit is contained in:
parent
b7ad0d33f8
commit
36b5590882
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user