mirror of
https://github.com/Hopiu/fabric.js.git
synced 2026-05-22 20:25:49 +00:00
Update circle.class.js
fixed typo.
This commit is contained in:
parent
2f1b412f32
commit
675965da4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
});
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue