I don't know much about coffeescript, but this build should pass now

This commit is contained in:
Nick Gordon
2013-11-28 12:46:49 -08:00
parent 328a9d28dc
commit f977bd5171
+2 -1
View File
@@ -353,7 +353,8 @@ module.exports =
countPets: (originalCount, pets) ->
count = if originalCount? then originalCount else _.size(pets)
count-- for pet,info in items.items.specialPets if pets[pet]
for pet of items.items.specialPets
count-- if pets[pet]
count
###