add data to finish() call to allow for actions

This commit is contained in:
Doug Bell 2011-04-05 18:36:36 -05:00
parent 7f9badc48e
commit dbc12d46ac

View file

@ -26,7 +26,7 @@
args.first();
}
if (data.finished) {
args.finish();
args.finish(data);
}
else {
setTimeout(fetch, args.interval || 1000);