Skip to content

Commit

Permalink
fix(typings): Add "clear" as valid option for type
Browse files Browse the repository at this point in the history
  • Loading branch information
alienriver49 committed Nov 30, 2018
1 parent c16f1f3 commit c5f6486
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aurelia-binding.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ export declare interface ICollectionObserverSplice<T = any, K = any> {
value: T;

/**
* The type of change that has taken place. Valid options are "add", "delete", and "update".
* The type of change that has taken place. Valid options are "add", "delete", "update", and "clear".
*
* *Note:* "update" is invalid for Set.
*
Expand Down

0 comments on commit c5f6486

Please sign in to comment.