aboutsummaryrefslogtreecommitdiffstats
path: root/ui/effects.clip.js
diff options
context:
space:
mode:
Diffstat (limited to 'ui/effects.clip.js')
-rw-r--r--ui/effects.clip.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/effects.clip.js b/ui/effects.clip.js
index 6bfeddeb3..e45d79918 100644
--- a/ui/effects.clip.js
+++ b/ui/effects.clip.js
@@ -42,7 +42,7 @@ $.effects.clip = function(o) {
wrapper.animate(animation, { queue: false, duration: o.duration, easing: o.options.easing, complete: 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();
}});