File tree Expand file tree Collapse file tree 3 files changed +17
-11
lines changed
app/code/Magento/Catalog/view Expand file tree Collapse file tree 3 files changed +17
-11
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,7 @@ var config = {
12
12
productGallery : 'Magento_Catalog/js/product-gallery' ,
13
13
baseImage : 'Magento_Catalog/catalog/base-image-uploader' ,
14
14
productAttributes : 'Magento_Catalog/catalog/product-attributes' ,
15
- categoryCheckboxTree : 'Magento_Catalog/js/category-checkbox-tree' ,
16
- priceBox : 'Magento_Catalog/js/price-box' ,
17
- priceOptionDate : 'Magento_Catalog/js/price-option-date' ,
18
- priceOptionFile : 'Magento_Catalog/js/price-option-file' ,
19
- priceOptions : 'Magento_Catalog/js/price-options' ,
20
- priceUtils : 'Magento_Catalog/js/price-utils'
15
+ categoryCheckboxTree : 'Magento_Catalog/js/category-checkbox-tree'
21
16
}
22
17
} ,
23
18
deps : [
Original file line number Diff line number Diff line change
1
+ /**
2
+ * Copyright © Magento, Inc. All rights reserved.
3
+ * See COPYING.txt for license details.
4
+ */
5
+
6
+ var config = {
7
+ map : {
8
+ '*' : {
9
+ priceBox : 'Magento_Catalog/js/price-box' ,
10
+ priceOptionDate : 'Magento_Catalog/js/price-option-date' ,
11
+ priceOptionFile : 'Magento_Catalog/js/price-option-file' ,
12
+ priceOptions : 'Magento_Catalog/js/price-options' ,
13
+ priceUtils : 'Magento_Catalog/js/price-utils'
14
+ }
15
+ }
16
+ } ;
Original file line number Diff line number Diff line change @@ -11,11 +11,6 @@ var config = {
11
11
upsellProducts : 'Magento_Catalog/js/upsell-products' ,
12
12
productListToolbarForm : 'Magento_Catalog/js/product/list/toolbar' ,
13
13
catalogGallery : 'Magento_Catalog/js/gallery' ,
14
- priceBox : 'Magento_Catalog/js/price-box' ,
15
- priceOptionDate : 'Magento_Catalog/js/price-option-date' ,
16
- priceOptionFile : 'Magento_Catalog/js/price-option-file' ,
17
- priceOptions : 'Magento_Catalog/js/price-options' ,
18
- priceUtils : 'Magento_Catalog/js/price-utils' ,
19
14
catalogAddToCart : 'Magento_Catalog/js/catalog-add-to-cart'
20
15
}
21
16
} ,
You can’t perform that action at this time.
0 commit comments