From 06c820f043c27b3e99429c4fb2f31692389b9549 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 5 Aug 2011 14:21:05 +0200 Subject: [PATCH] Providing reference to action proxy within init() --- 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 2304cd33ef..7f1cb28805 100644 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -510,7 +510,7 @@ WCF.Action.Proxy.prototype = { */ _init: function() { if ($.isFunction(this.options.init)) { - this.options.init(); + this.options.init(this); } $('').appendTo($('body')); -- 2.20.1