Skip to content

Commit 7b547d8

Browse files
committed
MAGETWO-86989: Add the domReady! statement #13310
- Merge Pull Request #13310 from mediact/magento2:feature/load-jquery-element-after-dom-is-ready - Merged commits: 1. a797afe
2 parents d0b82cc + a797afe commit 7b547d8

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

Lines changed: 2 additions & 1 deletion
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)