From e42f64475decf35bb46022f98e68b90aecdac64d Mon Sep 17 00:00:00 2001 From: Daniel Rudolf Date: Tue, 26 Feb 2013 19:13:04 +0100 Subject: [PATCH] Who needs $.proxy()... --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index 7f049ec10a..af4d4139c1 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -3404,7 +3404,7 @@ WCF.ToggleOptions = Class.extend({ } if (this._callback !== null) { - $.proxy(this._callback, this)(); + this._callback(); } } }); -- 2.20.1