Use correct defaults for #pathData serialization.

This commit is contained in:
Jürg Lehni 2013-02-28 19:55:18 -08:00
parent 9379b37d26
commit b649240696
2 changed files with 2 additions and 2 deletions

View file

@ -23,7 +23,7 @@
var CompoundPath = this.CompoundPath = PathItem.extend(/** @lends CompoundPath# */{
_type: 'compoundpath',
_serializeFields: {
pathData: null
pathData: ''
},
/**

View file

@ -21,7 +21,7 @@
var Path = this.Path = PathItem.extend(/** @lends Path# */{
_type: 'path',
_serializeFields: {
pathData: null
pathData: ''
},
/**