isdata-customer-sdk 0.1.92 → 0.1.93
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.common.js
CHANGED
|
@@ -29699,6 +29699,7 @@ const removeEventListener = (eventName, actionFun) => {
|
|
|
29699
29699
|
};
|
|
29700
29700
|
const fireEvent = (eventName, eventData) => {
|
|
29701
29701
|
let eventBus = window.rjEventCenter;
|
|
29702
|
+
eventData.eventKey = eventName;
|
|
29702
29703
|
if (eventBus && eventBus.fireEvent) {
|
|
29703
29704
|
eventBus.fireEvent(eventName, eventData);
|
|
29704
29705
|
}
|