Skip to content

Commit

Permalink
Merge pull request JedWatson#2018 from jochenberger/patch-6
Browse files Browse the repository at this point in the history
Add missing semicolon
  • Loading branch information
JedWatson authored Sep 24, 2017
2 parents eb2dfba + 169d34d commit 51261f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/Async-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ describe('Async', () => {
t: createOptionsResponse(['t']),
te: createOptionsResponse(['te']),
tes: createOptionsResponse(['tes']),
}
};
function loadOptions (input, resolve) {
const delay = 10 * (3 - input.length);
setTimeout(function() {
Expand Down

0 comments on commit 51261f1

Please sign in to comment.