remove parens from the list comp

This commit is contained in:
Ben Ogle
2013-08-14 10:42:45 -07:00
parent 72db35d663
commit 0eff8deabc

View File

@@ -46,7 +46,7 @@ class ThemeManager
null
getImportPaths: ->
(theme.directoryPath for theme in @loadedThemes when theme.directoryPath)
theme.directoryPath for theme in @loadedThemes when theme.directoryPath
loadUserStylesheet: ->
if userStylesheetPath = @getUserStylesheetPath()