another typo fixes #103

This commit is contained in:
Zack Rauen 2018-10-29 13:53:10 -04:00
parent 6e8470c0d5
commit 75a8129c71
2 changed files with 2 additions and 2 deletions

View File

@ -1376,7 +1376,7 @@ var ContentManager = (() => {
unwatchContent(contentType) {
if (!this.watchers[contentType]) return;
this.watchers[contentType].close();
delete this.watcher[contentType];
delete this.watchers[contentType];
}
extractMeta(content) {

2
js/main.min.js vendored

File diff suppressed because one or more lines are too long