From 9ac1b60af8fadae88a839a9b7093891eff42be4f Mon Sep 17 00:00:00 2001 From: Sam Tay Date: Tue, 16 Jun 2015 22:26:48 -0700 Subject: [PATCH] fix incorrect js filename --- .../Magento/Customer/view/frontend/web/js/customer-data.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/code/Magento/Customer/view/frontend/web/js/customer-data.js b/app/code/Magento/Customer/view/frontend/web/js/customer-data.js index e459e07201fe3..2f5c1181ea10d 100644 --- a/app/code/Magento/Customer/view/frontend/web/js/customer-data.js +++ b/app/code/Magento/Customer/view/frontend/web/js/customer-data.js @@ -8,7 +8,8 @@ define([ 'ko', 'Magento_Customer/js/section-config', 'jquery/jquery-storageapi', - 'jquery/jquery-cookie' + 'jquery/jquery.cookie' + ], function ($, _, ko, sectionConfig) { 'use strict';