Skip to content

Commit 9ac1b60

Browse files
author
Sam Tay
committed
fix incorrect js filename
1 parent 19b26b5 commit 9ac1b60

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)