MCPcopy Create free account
hub / github.com/codecombat/codecombat / getSlot

Method getSlot

app/views/play/menu/InventoryModal.js:511–513  ·  view source on GitHub ↗
(name)

Source from the content-addressed store, hash-verified

509 }
510
511 getSlot (name) {
512 return this.$el.find(`.item-slot[data-slot=${name}]`)
513 }
514
515 getSelectedSlot () {
516 return this.$el.find('#equipped .item-slot.selected')

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected