Who needs $.proxy()...
authorDaniel Rudolf <daniel.rudolf@eifel-online.com>
Tue, 26 Feb 2013 18:13:04 +0000 (19:13 +0100)
committerDaniel Rudolf <daniel.rudolf@eifel-online.com>
Tue, 26 Feb 2013 18:13:04 +0000 (19:13 +0100)
wcfsetup/install/files/js/WCF.js

index 7f049ec10ac5437b4bc0b14ca6210cfd7495f4e4..af4d4139c11610391a5e2473c0f42354bcedbdec 100755 (executable)
@@ -3404,7 +3404,7 @@ WCF.ToggleOptions = Class.extend({
                }
                
                if (this._callback !== null) {
-                       $.proxy(this._callback, this)();
+                       this._callback();
                }
        }
 });