diff --git a/src/shapes/circle.class.js b/src/shapes/circle.class.js index 66b88124..f442bf32 100644 --- a/src/shapes/circle.class.js +++ b/src/shapes/circle.class.js @@ -86,7 +86,7 @@ toObject: function(propertiesToInclude) { return extend(this.callSuper('toObject', propertiesToInclude), { radius: this.get('radius'), - startAnlge: this.startAngle, + startAngle: this.startAngle, endAngle: this.endAngle }); },