IE8 workaround.
This commit is contained in:
parent
8ef958efea
commit
5ac6c06dc2
1 changed files with 2 additions and 1 deletions
|
@ -26,5 +26,6 @@ class _Singleton
|
|||
|
||||
|
||||
_log: ( module, level, args ) ->
|
||||
window.console.log "App.#{module}(#{level})", args
|
||||
return if !console
|
||||
console.log "App.#{module}(#{level})", args
|
||||
|
||||
|
|
Loading…
Reference in a new issue