From df3c3c029b3c09aa39b761a01ca211afa515b2ba Mon Sep 17 00:00:00 2001 From: AliMD Date: Sat, 30 Dec 2017 17:35:33 +0330 Subject: [PATCH] test(logging.html): missing semicolon Make eslint happy :( --- test/unit/logging.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/unit/logging.html b/test/unit/logging.html index 0a37b9301e..cf798d51b2 100644 --- a/test/unit/logging.html +++ b/test/unit/logging.html @@ -84,7 +84,7 @@ const orgConsole = console; window.console = { log: msg => { - logedMsg = msg + logedMsg = msg; } }; Polymer.Base._log(msg);