Fix error in CompoundPath.

This commit is contained in:
Jonathan Puckey 2011-02-19 14:12:05 +01:00
parent 8af671bb41
commit bd5c906047

View file

@ -92,4 +92,4 @@ CompoundPath = PathItem.extend(new function() {
});
return fields;
};
});