Removed style alteration for cache canvas resize

This commit is contained in:
Steve Pemberton 2012-10-30 23:39:43 +00:00
parent 3b3c439b00
commit eba9a8b66a

1
dist/all.js vendored
View file

@ -5279,7 +5279,6 @@ fabric.util.string = {
if (this.cacheCanvasEl) {
this.cacheCanvasEl[prop] = value;
this.cacheCanvasEl.style[prop] = value + 'px';
}
if (this.wrapperEl) {