Skip to content

Commit

Permalink
test(logging.html): missing semicolon
Browse files Browse the repository at this point in the history
Make eslint happy :(
  • Loading branch information
AliMD authored Dec 30, 2017
1 parent 818c537 commit df3c3c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/unit/logging.html
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@
const orgConsole = console;
window.console = {
log: msg => {
logedMsg = msg
logedMsg = msg;
}
};
Polymer.Base._log(msg);
Expand Down

0 comments on commit df3c3c0

Please sign in to comment.