diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2021-01-17 00:32:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-01-17 00:32:59 +0100 |
commit | b26dcbc69d56b6ac5780520dad47f10460127d3e (patch) | |
tree | 1f0c45b2c39eff83a9fede7a9e6e268a5e04194b /op_crates/web/01_event.js | |
parent | fc45a19801fe32eaf3a82ab8333f433fcfd7ca4e (diff) |
chore: Enforce ban-untagged-todo lint rule (#9135)
Diffstat (limited to 'op_crates/web/01_event.js')
-rw-r--r-- | op_crates/web/01_event.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/op_crates/web/01_event.js b/op_crates/web/01_event.js index f4932179e..578f771f6 100644 --- a/op_crates/web/01_event.js +++ b/op_crates/web/01_event.js @@ -668,7 +668,7 @@ setRelatedTarget(eventImpl, null); } - // TODO: invoke activation targets if HTML nodes will be implemented + // TODO(bartlomieju): invoke activation targets if HTML nodes will be implemented // if (activationTarget !== null) { // if (!eventImpl.defaultPrevented) { // activationTarget._activationBehavior(); |