()
| 35 | } |
| 36 | |
| 37 | initialize () { |
| 38 | this.listenTo(this, 'change:aceConfig', this.capitalizeLanguageName) |
| 39 | return super.initialize(...arguments) |
| 40 | } |
| 41 | |
| 42 | parse (obj) { |
| 43 | if (obj._id) { |
nothing calls this directly
no outgoing calls
no test coverage detected