aboutsummaryrefslogtreecommitdiffstats
path: root/ui/source/effects.blind.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/source/effects.blind.js')
-rw-r--r--ui/source/effects.blind.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/source/effects.blind.js b/ui/source/effects.blind.js
index 1681ae286..324864300 100644
--- a/ui/source/effects.blind.js
+++ b/ui/source/effects.blind.js
@@ -26,7 +26,7 @@
wrapper.animate(animation, o.duration, o.options.easing, function() {
if(mode == 'hide') el.hide(); // Hide
$.effects.restore(el, props); $.effects.removeWrapper(el); // Restore
- if(o.callback) o.callback.apply(this, arguments); // Callback
+ if(o.callback) o.callback.apply(el[0], arguments); // Callback
el.dequeue();
});