()
| 112 | } |
| 113 | |
| 114 | onLoaded () { |
| 115 | this.loaded = true |
| 116 | this.loading = false |
| 117 | this.jqxhr = null |
| 118 | return this.loadFromBackup() |
| 119 | } |
| 120 | |
| 121 | getCreationDate () { return new Date(parseInt(this.id.slice(0, 8), 16) * 1000) } |
| 122 |
no test coverage detected