summaryrefslogtreecommitdiff
path: root/op_crates/web/01_event.js
diff options
context:
space:
mode:
Diffstat (limited to 'op_crates/web/01_event.js')
-rw-r--r--op_crates/web/01_event.js2
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();