- Linting (ESLint): Per latest ash-nazg/eslint

- npm: Update devDeps
This commit is contained in:
Brett Zamir
2019-11-23 19:17:32 +08:00
parent 9f478a3757
commit e1671cc372
7 changed files with 629 additions and 558 deletions

View File

@@ -1881,7 +1881,7 @@ function build (opts) {
}
return false;
}
this.duration = this.duration + delta;
this.duration += delta;
// if we're past the begin time
let updated = false;