mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-04-25 16:04:42 +00:00
Make sure compiler can inline
This commit is contained in:
parent
16447f9b7a
commit
13fcf15b8b
1 changed files with 1 additions and 1 deletions
|
|
@ -71,7 +71,7 @@
|
|||
*/
|
||||
_set: function(key, value) {
|
||||
this[key] = value;
|
||||
if (key in coordProps) {
|
||||
if (typeof coordProps[key] !== 'undefined') {
|
||||
this._setWidthHeight();
|
||||
}
|
||||
return this;
|
||||
|
|
|
|||
Loading…
Reference in a new issue