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