This commit is contained in:
Kevin Sawicki 2015-04-03 11:36:10 -07:00
parent 73707ce57c
commit 5aeffd49ab

View File

@ -69,8 +69,8 @@ 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)
destroyed: ->