More comments cleanup

This commit is contained in:
Robin North
2018-02-01 09:16:01 +00:00
parent a893dfdc3b
commit d0d308191f
5 changed files with 6 additions and 10 deletions

View File

@@ -3,7 +3,7 @@ module.exports = function() {
if (typeof console.log === "function") {
console.log.apply(console, arguments)
}
// ie is weird
// IE is weird
else if (console.log) {
console.log(arguments)
}