mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-03-16 22:10:32 +00:00
Added requestRenderAllBound (#5138)
As requestRenderAllBound is undeifned in `_initStatic` method. Here is [jsfiddle](https://jsfiddle.net/durga598/utaodqwm/).
This commit is contained in:
parent
464708aafc
commit
ed50b032de
1 changed files with 1 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue