updated dist

This commit is contained in:
vieron
2012-07-20 15:48:03 +02:00
parent 18b620f6ce
commit 60a873a131
2 changed files with 5 additions and 5 deletions

View File

@@ -512,11 +512,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));
};

File diff suppressed because one or more lines are too long