mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Fix comment
This commit is contained in:
@@ -214,8 +214,8 @@ class Atom extends Model
|
||||
storeWindowDimensions: ->
|
||||
@state.set('windowDimensions', @getWindowDimensions())
|
||||
|
||||
# Deprecated: Just access the loadSettings property directly. Eventually I want
|
||||
# both to go away and just store the relevant info on the atom global itself.
|
||||
# Deprecated: Just access the loadSettings property directly. We should just pass
|
||||
# these properties into the object itself when constructing it.
|
||||
getLoadSettings: ->
|
||||
_.deepClone(@loadSettings)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user