Add getLoadSettings to atom metadata section

This commit is contained in:
Ben Ogle
2014-09-16 11:52:59 -07:00
parent a3e4ccbb83
commit e260064df2

View File

@@ -234,6 +234,12 @@ class Atom extends Model
getConfigDirPath: ->
@constructor.getConfigDirPath()
# Public: Get the load settings for the current window.
#
# Returns an {Object} containing all the load setting key/value pairs.
getLoadSettings: ->
@constructor.getLoadSettings()
###
Section: Managing The Atom Window
###
@@ -401,12 +407,6 @@ class Atom extends Model
# Public: Get the load settings for the current window.
#
# Returns an {Object} containing all the load setting key/value pairs.
getLoadSettings: ->
@constructor.getLoadSettings()
deserializeProject: ->
Project = require './project'