Skip to content

Commit cfa26be

Browse files
committed
Merge pull request #1378 from SamTay/fix/inconsistent-js-filenames
fix incorrect js filename
2 parents db17c80 + 9ac1b60 commit cfa26be

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Customer/view/frontend/web/js/customer-data.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ define([
88
'ko',
99
'Magento_Customer/js/section-config',
1010
'jquery/jquery-storageapi',
11-
'jquery/jquery-cookie'
11+
'jquery/jquery.cookie'
12+
1213
], function ($, _, ko, sectionConfig) {
1314
'use strict';
1415

0 commit comments

Comments
 (0)