mirror of
https://github.com/atom/atom.git
synced 2026-01-24 06:18:03 -05:00
Remove remaining references to window global
This commit is contained in:
@@ -574,8 +574,8 @@ class AtomEnvironment extends Model
|
||||
return if @inSpecMode()
|
||||
|
||||
workspaceElement = @views.getView(@workspace)
|
||||
backgroundColor = window.getComputedStyle(workspaceElement)['background-color']
|
||||
window.localStorage.setItem('atom:window-background-color', backgroundColor)
|
||||
backgroundColor = @window.getComputedStyle(workspaceElement)['background-color']
|
||||
@window.localStorage.setItem('atom:window-background-color', backgroundColor)
|
||||
|
||||
# Call this method when establishing a real application window.
|
||||
startEditorWindow: ->
|
||||
|
||||
Reference in New Issue
Block a user