Use @config instead of config

This commit is contained in:
probablycorey 2013-10-23 14:26:48 -07:00
parent 069e0bed9a
commit 4ad38eed87

View File

@ -303,7 +303,7 @@ class Atom
process.crash()
beep: ->
shell.beep() if config.get('core.audioBeep')
shell.beep() if @config.get('core.audioBeep')
@rootView.trigger 'beep'
requireUserInitScript: ->