Skip to content

Commit 9030717

Browse files
committed
Fix typo in event name
1 parent 85276ba commit 9030717

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

InteractiveHtmlBom/web/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -525,7 +525,7 @@ const IBOM_EVENT_TYPES = {
525525
ALL: "all",
526526
HIGHLIGHT_EVENT: "highlightEvent",
527527
CHECKBOX_CHANGE_EVENT: "checkboxChangeEvent",
528-
BOM_BODY_CHANGED_EVENT: "bomBodyChangedEvent",
528+
BOM_BODY_CHANGE_EVENT: "bomBodyChangeEvent",
529529
}
530530

531531
const EventHandler = {

0 commit comments

Comments
 (0)