Merge pull request #8990 from nicholas-l/remove-unneededCall

[Client] Remove renderFrame
This commit is contained in:
Andreas Hocevar
2018-11-20 09:24:06 +01:00
committed by GitHub
+1 -1
View File
@@ -188,7 +188,7 @@ class PluggableMap extends BaseObject {
*/ */
this.animationDelay_ = function() { this.animationDelay_ = function() {
this.animationDelayKey_ = undefined; this.animationDelayKey_ = undefined;
this.renderFrame_.call(this, Date.now()); this.renderFrame_(Date.now());
}.bind(this); }.bind(this);
/** /**