mirror of
https://github.com/atom/atom.git
synced 2026-01-23 05:48:10 -05:00
Call atom.getWindowState() instead of accessing property directly
This commit is contained in:
@@ -91,7 +91,7 @@ class Session
|
||||
|
||||
createDocument: ->
|
||||
@site.createDocument
|
||||
windowState: atom.windowState
|
||||
windowState: atom.getWindowState()
|
||||
collaborationState:
|
||||
guest: {description: '', candidate: '', ready: false}
|
||||
host: {description: '', candidate: ''}
|
||||
|
||||
Reference in New Issue
Block a user