Skip to content

Commit

Permalink
Ignore type checking until closure compiler is updated
Browse files Browse the repository at this point in the history
  • Loading branch information
wassgha committed Aug 9, 2017
1 parent 150939d commit 2877299
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/event-helper-listen.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
* @param {boolean=} opt_capture
* @param {boolean=} opt_passive
* @return {!UnlistenDef}
* @suppress {checkTypes}
*/
export function internalListenImplementation(element, eventType, listener,
opt_capture, opt_passive) {
Expand Down

0 comments on commit 2877299

Please sign in to comment.