Use proper coffeescript style

This commit is contained in:
Drew Noel
2016-05-23 20:08:17 -04:00
parent 92df095137
commit 37086c6c09

View File

@@ -445,7 +445,7 @@ class AtomApplication
# :window - {AtomWindow} to open file paths in.
# :addToLastWindow - Boolean of whether this should be opened in last focused window.
openPaths: ({initialPaths, pathsToOpen, executedFrom, pidToKillWhenClosed, newWindow, devMode, safeMode, windowDimensions, profileStartup, window, clearWindowState, addToLastWindow, env}={}) ->
if not pathsToOpen? or pathsToOpen.length == 0
if not pathsToOpen? or pathsToOpen.length is 0
return
devMode = Boolean(devMode)