Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
n1474335 committed Jan 18, 2019
1 parent 291ebd5 commit 715f7bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/RecipeWaiter.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -515,7 +515,7 @@ class RecipeWaiter {
reader.onload = function (e) {
targ.value = e.target.result;
// Trigger floating label move
const changeEvent = new Event('change');
const changeEvent = new Event("change");
targ.dispatchEvent(changeEvent);
window.dispatchEvent(self.manager.statechange);
};
Expand Down

0 comments on commit 715f7bb

Please sign in to comment.