(event)
| 77 | stringify () { return JSON.stringify(this.toJSON()) } |
| 78 | |
| 79 | wait (event) { return new Promise(resolve => this.once(event, resolve)) } |
| 80 | } |
| 81 | CocoCollection.initClass() |
| 82 | return CocoCollection |
nothing calls this directly
no outgoing calls
no test coverage detected