(el)
| 327 | $(itemSlot).droppable({ |
| 328 | drop: (e, ui) => this.equipSelectedItem(), |
| 329 | accept (el) { return $(el).parent().hasClass(slot) }, |
| 330 | activeClass: 'droppable', |
| 331 | hoverClass: 'droppable-hover', |
| 332 | tolerance: 'touch' |
nothing calls this directly
no outgoing calls
no test coverage detected