Looks like I left a wee bit of debugging code in PlayItemsModal, and it was messing things up.

This commit is contained in:
Scott Erickson 2014-11-25 16:27:42 -08:00
parent 790217f227
commit 425da04ab6

View file

@ -54,7 +54,6 @@ module.exports = class PlayItemsModal extends ModalView
constructor: (options) ->
super options
me.set('spent', 0)
@items = new Backbone.Collection()
@itemCategoryCollections = {}