some typo fixes

This commit is contained in:
Tyler Renelle
2013-02-06 14:12:05 -05:00
parent 7764447355
commit 9854bc1a3c
3 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -273,7 +273,7 @@ ready (model) ->
batch.set 'tasks', {}
_.each taskTypes, (type) -> batch.set "idLists.#{type}", []
batch.set 'balance', 2 if user.get('balance') < 2 #only if they haven't manually bought tokens
revive(batch, true)
revive(batch)
batch.commit()
browser.resetDom(model)