mirror of
https://github.com/atom/atom.git
synced 2026-04-06 03:02:13 -04:00
Add back deprecated Atom::getLoadSettings method for packages
This commit is contained in:
@@ -165,6 +165,11 @@ class Atom extends Model
|
||||
|
||||
@windowEventHandler = new WindowEventHandler
|
||||
|
||||
# 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.
|
||||
getLoadSettings: ->
|
||||
@loadSettings
|
||||
|
||||
# Private: Call this method when establishing a real application window.
|
||||
startEditorWindow: ->
|
||||
if process.platform is 'darwin'
|
||||
|
||||
Reference in New Issue
Block a user