Use getWindowState instead of referencing window state directly

This commit is contained in:
Kevin Sawicki
2013-11-14 12:38:10 -08:00
parent 7b43c8a860
commit 28943a35da

View File

@@ -319,7 +319,7 @@ class Atom
# Private: Returns a replicated copy of the current state.
replicate: ->
@windowState.replicate()
@getWindowState().replicate()
crashMainProcess: ->
remote.process.crash()