the remove_widget callback must be inside the fadeout callback

This commit is contained in:
vieron
2012-07-20 15:47:39 +02:00
parent 0b310de6e7
commit 18b620f6ce

View File

@@ -234,11 +234,11 @@
$nexts.each($.proxy(function(i, widget){
this.move_widget_up( $(widget), wgd.size_y );
}, this));
}, this));
if (callback) {
callback.apply(el);
};
if (callback) {
callback.apply(this, el);
};
}, this));
};