Skip to content

Commit

Permalink
Update acom-widget.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Blainegunn committed Aug 29, 2024
1 parent e496ef3 commit ad2c2d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion acrobat/scripts/alloy/acom-widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ export default function init(eventName, verb) {
if (window?._satellite?.track) {
clearInterval(AlloyReady);
// eslint-disable-next-line no-underscore-dangle
window?._satellite?.track('event', event);
window._satellite?.track('event', event);
}
}, 1000);
// eslint-disable-next-line no-underscore-dangle
Expand Down

0 comments on commit ad2c2d2

Please sign in to comment.