mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-03-13 22:49:51 -04:00
Looks like I left a wee bit of debugging code in PlayItemsModal, and it was messing things up.
This commit is contained in:
parent
790217f227
commit
425da04ab6
1 changed files with 0 additions and 1 deletions
|
@ -54,7 +54,6 @@ module.exports = class PlayItemsModal extends ModalView
|
|||
|
||||
constructor: (options) ->
|
||||
super options
|
||||
me.set('spent', 0)
|
||||
@items = new Backbone.Collection()
|
||||
@itemCategoryCollections = {}
|
||||
|
||||
|
|
Loading…
Reference in a new issue