()
| 339 | } |
| 340 | |
| 341 | hasLocalChanges () { |
| 342 | return this._revertAttributes && !_.isEqual(this.attributes, this._revertAttributes) |
| 343 | } |
| 344 | |
| 345 | cloneNewMinorVersion () { |
| 346 | const newData = _.clone(this.attributes) |
no outgoing calls
no test coverage detected