Skip to content

Commit

Permalink
Add missing semicolon
Browse files Browse the repository at this point in the history
  • Loading branch information
jochenberger authored Sep 21, 2017
1 parent eb2dfba commit 169d34d
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 169d34d

Please sign in to comment.