mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-28 17:24:42 +00:00
removed extra creations (#3985)
This commit is contained in:
parent
9cae49510f
commit
cd18c1501f
2 changed files with 0 additions and 7 deletions
|
|
@ -837,9 +837,6 @@
|
|||
if (options) {
|
||||
this.setOptions(options);
|
||||
}
|
||||
if (this.objectCaching) {
|
||||
this._createCacheCanvas();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -104,10 +104,6 @@
|
|||
}
|
||||
|
||||
this._setPositionDimensions(options);
|
||||
|
||||
if (this.objectCaching) {
|
||||
this._createCacheCanvas();
|
||||
}
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue