(options)
| 27 | } |
| 28 | |
| 29 | fetch (options) { |
| 30 | if (options == null) { options = {} } |
| 31 | _.extend(options, { data: { ids: this.ids } }) |
| 32 | return super.fetch(options) |
| 33 | } |
| 34 | } |
| 35 | ThangNamesCollection.initClass() |
| 36 | return ThangNamesCollection |
nothing calls this directly
no outgoing calls
no test coverage detected