Added requestRenderAllBound (#5138)

As requestRenderAllBound is undeifned in `_initStatic` method. Here is [jsfiddle](https://jsfiddle.net/durga598/utaodqwm/).
This commit is contained in:
Durga Madhab 2018-08-05 12:45:54 +05:30 committed by Andrea Bogazzi
parent 464708aafc
commit ed50b032de

View file

@ -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();