Always assign paths

This commit is contained in:
Kevin Sawicki
2015-04-03 09:45:13 -07:00
parent ec5cd75350
commit 50d7825200

View File

@@ -69,7 +69,7 @@ class Project extends Model
if Grim.includeDeprecatedAPIs and path?
Grim.deprecate("Pass 'paths' array instead of 'path' to project constructor")
paths ?= _.compact([path])
paths ?= _.compact([path])
@setPaths(paths)