- Linting (ESLint): Per latest ash-nazg/eslint
- npm: Update devDeps
This commit is contained in:
2
dist/canvg.js
vendored
2
dist/canvg.js
vendored
@@ -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;
|
||||
|
||||
|
||||
2
dist/extensions/ext-server_moinsave.js
vendored
2
dist/extensions/ext-server_moinsave.js
vendored
@@ -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;
|
||||
|
||||
|
||||
2
dist/extensions/ext-server_opensave.js
vendored
2
dist/extensions/ext-server_opensave.js
vendored
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user