Skip to content

Commit

Permalink
Update Circle.ts
Browse files Browse the repository at this point in the history
update interface CircleOptions enableClicking field type to boolean
  • Loading branch information
57f4b3da authored and leftstick committed Aug 1, 2018
1 parent 20731aa commit 75de521
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/types/Circle.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ export interface CircleOptions {
strokeStyle?: string
enableMassClear?: boolean
enableEditing?: boolean
enableClicking?: string
enableClicking?: boolean
}

0 comments on commit 75de521

Please sign in to comment.