This commit is contained in:
antelle 2019-09-20 23:12:02 +02:00
parent 383847d3aa
commit a10ee6c9f2
1 changed files with 1 additions and 1 deletions

View File

@ -253,7 +253,7 @@ class FileModel extends Model {
reload() {
this.buildObjectMap();
this.readModel();
this.trigger('reload', this);
this.emit('reload', this);
}
mergeOrUpdate(fileData, remoteKey, callback) {