()
| 343 | } |
| 344 | |
| 345 | cloneNewMinorVersion () { |
| 346 | const newData = _.clone(this.attributes) |
| 347 | const clone = new this.constructor(newData) |
| 348 | return clone |
| 349 | } |
| 350 | |
| 351 | cloneNewMajorVersion () { |
| 352 | const clone = this.cloneNewMinorVersion() |
no test coverage detected