Created
March 16, 2017 00:40
-
-
Save dstyle0210/3386b5950752bad4bb3e39843efe5460 to your computer and use it in GitHub Desktop.
[preset] IE9에서 console.log 없는 현상
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| window.console = window.console || {}; | |
| console.log = console.log || function(){}; | |
| console.error = console.error || function(){}; | |
| console.warn = console.warn || function(){}; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment