mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
💄
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user