mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 17:48:56 +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
|
try
|
||||||
{
|
{
|
||||||
return jQuery.proxy(parent,parent[func]);
|
return jQuery.proxy(parent[func],parent);
|
||||||
}
|
}
|
||||||
catch (e)
|
catch (e)
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user