removed extra creations (#3985)

This commit is contained in:
Andrea Bogazzi 2017-06-07 14:19:46 +02:00 committed by GitHub
parent 9cae49510f
commit cd18c1501f
2 changed files with 0 additions and 7 deletions

View file

@ -837,9 +837,6 @@
if (options) {
this.setOptions(options);
}
if (this.objectCaching) {
this._createCacheCanvas();
}
},
/**

View file

@ -104,10 +104,6 @@
}
this._setPositionDimensions(options);
if (this.objectCaching) {
this._createCacheCanvas();
}
},
/**