mirror of
https://github.com/atom/atom.git
synced 2026-01-23 22:08:08 -05:00
Use getWindowState instead of referencing window state directly
This commit is contained in:
@@ -319,7 +319,7 @@ class Atom
|
||||
|
||||
# Private: Returns a replicated copy of the current state.
|
||||
replicate: ->
|
||||
@windowState.replicate()
|
||||
@getWindowState().replicate()
|
||||
|
||||
crashMainProcess: ->
|
||||
remote.process.crash()
|
||||
|
||||
Reference in New Issue
Block a user