Call atom.getWindowState() instead of accessing property directly

This commit is contained in:
Kevin Sawicki & Nathan Sobo
2013-07-26 16:17:08 -07:00
parent c1e6aeece8
commit 121ee10f5a

View File

@@ -91,7 +91,7 @@ class Session
createDocument: ->
@site.createDocument
windowState: atom.windowState
windowState: atom.getWindowState()
collaborationState:
guest: {description: '', candidate: '', ready: false}
host: {description: '', candidate: ''}