Switch back to serializing segment lists for now, so we can fix other failing tests.

This commit is contained in:
Jürg Lehni 2013-03-19 18:48:59 -07:00
parent 2064f28d2d
commit 1392f87d85

View file

@ -21,7 +21,9 @@
var Path = this.Path = PathItem.extend(/** @lends Path# */{
_type: 'Path',
_serializeFields: {
pathData: ''
segments: [],
closed: false
// pathData: ''
},
/**