mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Fix supermodel.trackModel
This commit is contained in:
parent
9e8e865049
commit
939265a119
1 changed files with 1 additions and 1 deletions
|
@ -83,7 +83,7 @@ module.exports = class SuperModel extends Backbone.Model
|
|||
|
||||
# Eventually should use only these functions. Use SuperModel just to track progress.
|
||||
trackModel: (model, value) ->
|
||||
res = @addModelResource(collection, '', {}, value)
|
||||
res = @addModelResource(model, '', {}, value)
|
||||
res.listen()
|
||||
|
||||
trackCollection: (collection, value) ->
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue