Merge pull request #997 from gosnat/patch-6

Update GoalManager.coffee
This commit is contained in:
Nick Winter 2014-05-14 11:54:50 -07:00
commit 7f3e769cbd

View file

@ -213,6 +213,9 @@ module.exports = class GoalManager extends CocoClass
else
state[progressObjectName][thang] = false
getGoalState: (goalID) ->
@goalStates[goalID].status
setGoalState: (goalID, status) ->
state = @goalStates[goalID]
state.status = status