This commit is contained in:
probablycorey
2013-06-27 15:24:07 -07:00
parent 063078cd34
commit 7385bd97c6

View File

@@ -13,12 +13,8 @@ class SettingsPanel extends View
@content: ->
@form id: 'settings-panel', class: 'form-horizontal', =>
form: null
initialize: ->
for namespace, settings of config.getSettings()
@appendSettings(namespace, settings)
@appendSettings(name, settings) for name, settings of config.getSettings()
@bindFormFields()
@bindEditors()