Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
updates asyncPlatformFlush to flush
Browse files Browse the repository at this point in the history
  • Loading branch information
che-effe committed Nov 24, 2014
1 parent f9c73fd commit f2aeec5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/next-previous.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
return function(done) {
assert.equal(s.selected, expectedIndex);
s[method](wrap);
asyncPlatformFlush(done);
flush(done);
}
}

Expand Down

0 comments on commit f2aeec5

Please sign in to comment.