[Client] Remove renderFrame

This commit is contained in:
Nicholas L
2018-11-20 18:52:43 +13:00
parent 1133a5bfb7
commit a9d336d0f1

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);
/** /**