diff --git a/src/canvas.class.js b/src/canvas.class.js index 96b94ebe..846cfcd4 100644 --- a/src/canvas.class.js +++ b/src/canvas.class.js @@ -61,6 +61,7 @@ initialize: function(el, options) { options || (options = { }); this.renderAndResetBound = this.renderAndReset.bind(this); + this.requestRenderAllBound = this.requestRenderAll.bind(this); this._initStatic(el, options); this._initInteractive(); this._createCacheCanvas();