- 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

2
dist/canvg.js vendored
View File

@@ -3263,7 +3263,7 @@ var canvg = (function (exports) {
return false;
}
this.duration = this.duration + delta; // if we're past the begin time
this.duration += delta; // if we're past the begin time
var updated = false;

View File

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

View File

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