Skip to content

Commit cafc476

Browse files
MAGETWO-86989: Add the domReady! statement magento#13310
2 parents b7cbc7f + 7b547d8 commit cafc476

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Checkout/view/frontend/web/js/view/configure/product-customer-data.js

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
require([
22
'jquery',
3-
'Magento_Customer/js/customer-data'
3+
'Magento_Customer/js/customer-data',
4+
'domReady!'
45
], function ($, customerData) {
56
'use strict';
67

0 commit comments

Comments
 (0)