()
| 329 | } |
| 330 | |
| 331 | revert () { |
| 332 | this.clear({ silent: true }) |
| 333 | if (this._revertAttributes) { this.set(this._revertAttributes, { silent: true }) } |
| 334 | return this.clearBackup() |
| 335 | } |
| 336 | |
| 337 | clearBackup () { |
| 338 | return storage.remove(this.backupKey()) |
no test coverage detected