projects
/
GitHub
/
WoltLab
/
WCF.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de4d910
)
Providing reference to action proxy within init()
author
Alexander Ebert
<ebert@woltlab.com>
Fri, 5 Aug 2011 12:21:05 +0000
(14:21 +0200)
committer
Alexander Ebert
<ebert@woltlab.com>
Fri, 5 Aug 2011 12:21:05 +0000
(14:21 +0200)
wcfsetup/install/files/js/WCF.js
patch
|
blob
|
blame
|
history
diff --git
a/wcfsetup/install/files/js/WCF.js
b/wcfsetup/install/files/js/WCF.js
index 2304cd33ef89daa9cc8a8ea508d28ad8d088c3cf..7f1cb28805d85f9dab9bfe1f53bb05c9388e2a28 100644
(file)
--- 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
);
}
$('<div id="actionProxyLoading" style="display: none;">'+WCF.Language.get('wcf.global.loading')+'</div>').appendTo($('body'));