We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85276ba commit 09afbaeCopy full SHA for 09afbae
InteractiveHtmlBom/web/ibom.js
@@ -543,7 +543,7 @@ function populateBomBody() {
543
}
544
545
EventHandler.emitEvent(
546
- IBOM_EVENT_TYPES.BOM_BODY_CHANGED_EVENT,
+ IBOM_EVENT_TYPES.BOM_BODY_CHANGE_EVENT,
547
{
548
filter: filter,
549
reflookup: reflookup,
InteractiveHtmlBom/web/util.js
@@ -525,7 +525,7 @@ const IBOM_EVENT_TYPES = {
525
ALL: "all",
526
HIGHLIGHT_EVENT: "highlightEvent",
527
CHECKBOX_CHANGE_EVENT: "checkboxChangeEvent",
528
- BOM_BODY_CHANGED_EVENT: "bomBodyChangedEvent",
+ BOM_BODY_CHANGE_EVENT: "bomBodyChangeEvent",
529
530
531
const EventHandler = {
0 commit comments