Merge remote-tracking branch 'origin/QA_4_1' into QA_4_1

This commit is contained in:
Weblate 2013-11-29 18:20:20 +01:00
commit 64dece9fb3

View File

@ -252,6 +252,9 @@ var ErrorReport = {
}
};
new_func.wrapped = true;
//Set guid of wrapped function same as original function, so it can be removed
//See bug#4146 (problem with jquery draggable and sortable)
new_func.guid = func.guid = func.guid || new_func.guid || jQuery.guid++;
return new_func;
} else {
return func;