Skip to content

Commit

Permalink
Added requestRenderAllBound (fabricjs#5138)
Browse files Browse the repository at this point in the history
As requestRenderAllBound is undeifned in `_initStatic` method. Here is [jsfiddle](https://jsfiddle.net/durga598/utaodqwm/).
  • Loading branch information
durga598 authored and asturur committed Aug 5, 2018
1 parent cafef30 commit e57b686
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/canvas.class.js
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit e57b686

Please sign in to comment.