Skip to content

Commit

Permalink
[DevTools] Add workaround for closure compiler for Event.prototype.de…
Browse files Browse the repository at this point in the history
…epPath

Closure compiler haven't support deepPath yet.

[email protected]
NOTRY=true

Review URL: https://codereview.chromium.org/1708333002

Cr-Commit-Position: refs/heads/master@{#376214}
  • Loading branch information
alexkozy authored and Commit bot committed Feb 18, 2016
1 parent 6b7cfe8 commit 4e76f53
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions front_end/externs.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,9 @@ Event.prototype.isMetaOrCtrlForTest;
/** @type {string} */
Event.prototype.code;

/** @type {function():!Array<!EventTarget>|undefined} */
Event.prototype.deepPath;

/**
* @type {number}
*/
Expand Down

0 comments on commit 4e76f53

Please sign in to comment.