(...args)
| 53 | module.exports = (ThangType = (function () { |
| 54 | ThangType = class ThangType extends CocoModel { |
| 55 | constructor (...args) { |
| 56 | super(...args) |
| 57 | this.onFileUploaded = this.onFileUploaded.bind(this) |
| 58 | } |
| 59 | |
| 60 | static initClass () { |
| 61 | this.className = 'ThangType' |
nothing calls this directly
no outgoing calls
no test coverage detected