Skip to content

Commit 99b4bc8

Browse files
committed
MAGE-1004 Declare const for Babbel transpiler compatibility
1 parent aeac517 commit 99b4bc8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

view/frontend/web/js/insights.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ define([
66
], function ($, algoliaAnalyticsWrapper, algoliaCommon) {
77
const USE_GLOBALS = true;
88

9-
algoliaAnalytics = algoliaAnalyticsWrapper.default;
9+
const algoliaAnalytics = algoliaAnalyticsWrapper.default;
1010

1111
const algoliaInsights = {
1212
config : null,

0 commit comments

Comments
 (0)