mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-22 04:11:52 +00:00
YET MORE code style errors...
This commit is contained in:
parent
cf92898071
commit
a18acd43f5
1 changed files with 4 additions and 4 deletions
|
|
@ -1104,9 +1104,8 @@
|
|||
//be transformed appropriately
|
||||
//i.e. it should be serialised as it would appear if the selection group
|
||||
//were to be destroyed.
|
||||
var originalProperties = this._realizeGroupTransformOnObject(instance);
|
||||
|
||||
var object = instance[methodName](propertiesToInclude);
|
||||
var originalProperties = this._realizeGroupTransformOnObject(instance),
|
||||
object = instance[methodName](propertiesToInclude);
|
||||
if (!this.includeDefaultValues) {
|
||||
instance.includeDefaultValues = originalValue;
|
||||
}
|
||||
|
|
@ -1133,7 +1132,8 @@
|
|||
});
|
||||
this.getActiveGroup().realizeTransform(instance);
|
||||
return originalValues;
|
||||
} else {
|
||||
}
|
||||
else {
|
||||
return null;
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue