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

Commit

Permalink
Merge pull request #27 from che-effe/patch-2
Browse files Browse the repository at this point in the history
updates asyncPlatformFlush to flush
  • Loading branch information
addyosmani committed Nov 25, 2014
2 parents f9c73fd + f2aeec5 commit f718f66
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 f718f66

Please sign in to comment.