react-design-editor 0.0.57 → 0.0.58
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -198634,7 +198634,7 @@ var Svg = fabric["fabric"].util.createClass(fabric["fabric"].Group, {
|
|
|
198634
198634
|
},
|
|
198635
198635
|
toObject: function toObject(propertiesToInclude) {
|
|
198636
198636
|
return ObjectUtil_toObject(this, propertiesToInclude, {
|
|
198637
|
-
|
|
198637
|
+
src: this.get('src'),
|
|
198638
198638
|
loadType: this.get('loadType')
|
|
198639
198639
|
});
|
|
198640
198640
|
},
|