Skip to content
This repository has been archived by the owner on Jul 30, 2018. It is now read-only.

Commit

Permalink
jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
agubler committed Nov 9, 2017
1 parent fa5a8d7 commit e3b4ca4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/mixins/Projector.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,9 @@ export interface ProjectorMixin<P> {
*/
invalidate(): void;

/**
* Runs registered destroy handles
*/
destroy(): void;
}

Expand Down

0 comments on commit e3b4ca4

Please sign in to comment.