Update circle.class.js

fixed typo.
This commit is contained in:
Andrea Bogazzi 2014-09-18 01:39:15 +02:00
parent 2f1b412f32
commit 675965da4f

View file

@ -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
});
},