This commit is contained in:
Garen Torikian
2013-05-02 12:22:37 -07:00
parent 662ddf9fd6
commit 1262d3fce9
2 changed files with 0 additions and 11 deletions

View File

@@ -166,16 +166,6 @@ class Config
### Internal ###
setDefaults: (keyPath, defaults) ->
keys = keyPath.split('.')
hash = @defaultSettings
for key in keys
hash[key] ?= {}
hash = hash[key]
_.extend hash, defaults
@update()
update: ->
return if @configFileHasErrors
@save()

View File

@@ -216,7 +216,6 @@ class RootView extends View
eachBuffer: (callback) ->
project.eachBuffer(callback)
### Internal ###
# Destroys everything.