Skip to content

Commit

Permalink
Fix lint warnings.
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpschaaf committed Jan 10, 2018
1 parent c218ae6 commit 715cde4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/utils/templatize.html
Original file line number Diff line number Diff line change
Expand Up @@ -230,9 +230,9 @@
* Stub of HTMLElement's `dispatchEvent`, so that effects that may
* dispatch events safely no-op.
*
* @param event {Event} Event to dispatch
* @param {Event} event Event to dispatch
*/
dispatchEvent(event) {
dispatchEvent(event) { // eslint-disable-line no-unused-vars
}
}

Expand Down

0 comments on commit 715cde4

Please sign in to comment.