Do not use pathData in JSON for CompoundPaths.

This commit is contained in:
Jürg Lehni 2013-06-11 15:27:04 -07:00
parent 03a7503789
commit 375156059d

View file

@ -22,7 +22,7 @@
*/ */
var CompoundPath = PathItem.extend(/** @lends CompoundPath# */{ var CompoundPath = PathItem.extend(/** @lends CompoundPath# */{
_serializeFields: { _serializeFields: {
pathData: '' children: []
}, },
/** /**