Updates for TypeScript v4

This commit is contained in:
Andreas Hocevar
2020-08-25 13:03:58 +02:00
parent 53dee97af5
commit fda93cee23
6 changed files with 43 additions and 34 deletions

View File

@@ -187,7 +187,7 @@ class PluggableMap extends BaseObject {
/**
* @private
*/
this.animationDelay_ = function () {
this.animationDelay_ = /** @this {PluggableMap} */ function () {
this.animationDelayKey_ = undefined;
this.renderFrame_(Date.now());
}.bind(this);