Remove unneeded ?

This commit is contained in:
Kevin Sawicki 2015-05-12 17:48:40 -07:00
parent 1f9f17f9ff
commit 42004ce770

View File

@ -584,7 +584,7 @@ class Atom extends Model
storeWindowBackground: ->
return if @inSpecMode()
workspaceElement = @views?.getView(@workspace)
workspaceElement = @views.getView(@workspace)
backgroundColor = window.getComputedStyle(workspaceElement)['background-color']
window.localStorage.setItem('atom:window-background-color', backgroundColor)