revert master

This commit is contained in:
GordoRank 2014-01-23 10:15:30 +00:00
parent 4183bddd26
commit 531faae418

View file

@ -885,24 +885,6 @@
this[key] = value;
if (this.canvas && this.canvas.turbo) {
if (key !== 'left' &&
key !== 'top' &&
key !== 'scaleX' &&
key !== 'scaleY' &&
key !== 'width' &&
key !== 'height' &&
key !== 'angle' ||
!this.active){
if (this.canvas._isCacheable(this)) {
this.width = this.getWidth();
this.height = this.getHeight();
}
this.updateCache();
}
}
return this;
},