[Client] Remove renderFrame
This commit is contained in:
@@ -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);
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user