(options)
| 570 | } |
| 571 | |
| 572 | deleteI18NCoverage (options) { |
| 573 | if (options == null) { options = {} } |
| 574 | options.url = this.url() + '/i18n-coverage' |
| 575 | options.type = 'DELETE' |
| 576 | return $.ajax(options) |
| 577 | } |
| 578 | |
| 579 | saveNewMinorVersion (attrs, options) { |
| 580 | if (options == null) { options = {} } |
nothing calls this directly
no outgoing calls
no test coverage detected