(atomIndex)
| 17321 | return this._cueSort(cueOrder) |
| 17322 | } |
| 17323 | deleteAtomAt(atomIndex) { |
| 17324 | const atoms = this.atoms |
| 17325 | atoms.splice(atomIndex, 1) |
| 17326 | return this.setAtoms(atoms) |
| 17327 | } |
| 17328 | trigger(event) { |
| 17329 | if (this._listeners && this._listeners.has(event.constructor)) { |
| 17330 | const listeners = this._listeners.get(event.constructor) |
no test coverage detected