Skip to content

Commit 09afbae

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

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

InteractiveHtmlBom/web/ibom.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -543,7 +543,7 @@ function populateBomBody() {
543543
}
544544
}
545545
EventHandler.emitEvent(
546-
IBOM_EVENT_TYPES.BOM_BODY_CHANGED_EVENT,
546+
IBOM_EVENT_TYPES.BOM_BODY_CHANGE_EVENT,
547547
{
548548
filter: filter,
549549
reflookup: reflookup,

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)