Skip to content

Commit

Permalink
Update typescript types again, after fixing jsdoc.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Jan 10, 2018
1 parent 715cde4 commit 3045e4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions types/lib/utils/templatize.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,9 +70,9 @@ declare class TemplateInstanceBase extends
* Stub of HTMLElement's `dispatchEvent`, so that effects that may
* dispatch events safely no-op.
*
* @param event {Event} Event to dispatch
* @param event Event to dispatch
*/
dispatchEvent(event: any): any;
dispatchEvent(event: Event|null): any;
}

declare namespace templateInfo {
Expand Down

0 comments on commit 3045e4b

Please sign in to comment.