Skip to content

Commit

Permalink
type
Browse files Browse the repository at this point in the history
  • Loading branch information
alanorozco committed Feb 12, 2019
1 parent 445a45c commit 0b9eaec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/service/action-impl.js
Original file line number Diff line number Diff line change
Expand Up @@ -452,6 +452,7 @@ export class ActionService {
* @param {!Element} target
* @param {string} actionEventType
* @param {!Element=} opt_stopAt
* @return {boolean}
*/
hasResolvableAction(target, actionEventType, opt_stopAt) {
const action = this.findAction_(target, actionEventType, opt_stopAt);
Expand Down

0 comments on commit 0b9eaec

Please sign in to comment.