This commit is contained in:
Nathan Sobo
2015-10-05 16:50:19 -06:00
parent c4cfbab408
commit 75fbeab8b4
2 changed files with 8 additions and 8 deletions

View File

@@ -334,9 +334,9 @@ class Config
constructor: ({@configDirPath, @resourcePath, @notificationManager}={}) ->
@configFilePath = fs.resolve(@configDirPath, 'config', ['json', 'cson'])
@configFilePath ?= path.join(@configDirPath, 'config.cson')
@reset()
@clear()
reset: ->
clear: ->
@emitter = new Emitter
@schema =
type: 'object'