Fix bug which made deep links fail

This commit is contained in:
Andrew Miner
2015-01-16 20:49:41 -08:00
parent 5f57622cf3
commit c3aac86e3a
3 changed files with 3 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ module.exports = class ItemPage extends BaseModel
attributes.table ?= new CraftingTable plan:attributes.plan
super attributes, options
@modPack.on Event.change, => @_consumeParams()
@modPack.on Event.add, (modVersion)=> modVersion.once 'sync', => @_consumeParams()
@plan.on Event.change, => @_updateLocation()
# Private Methods ##############################################################################