spion/async-compare

Change in deferred-queue

Closed this issue · 1 comments

Can you change the example callbacks-deferred-queue.js?

Lines 67-70 must be changed by:

.push (function afterFileUpdated(callback) {
  tx.commit(callback);
})
.push (done);

Why didn't you submit a pull request? Done though :)