File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed
app/code/Magento/Catalog/view Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
1
/**
2
- * Copyright © Magento, Inc. All rights reserved.
3
- * See COPYING.txt for license details .
2
+ * Copyright 2019 Adobe
3
+ * All Rights Reserved .
4
4
*/
5
5
6
6
var config = {
@@ -10,7 +10,8 @@ var config = {
10
10
priceOptionDate : 'Magento_Catalog/js/price-option-date' ,
11
11
priceOptionFile : 'Magento_Catalog/js/price-option-file' ,
12
12
priceOptions : 'Magento_Catalog/js/price-options' ,
13
- priceUtils : 'Magento_Catalog/js/price-utils'
13
+ priceUtils : 'Magento_Catalog/js/price-utils' ,
14
+ catalogAddToCart : 'Magento_Catalog/js/catalog-add-to-cart'
14
15
}
15
16
}
16
17
} ;
Original file line number Diff line number Diff line change 1
1
/**
2
- * Copyright © Magento, Inc. All rights reserved.
3
- * See COPYING.txt for license details .
2
+ * Copyright 2016 Adobe
3
+ * All Rights Reserved .
4
4
*/
5
5
define ( [
6
6
'jquery' ,
Original file line number Diff line number Diff line change 1
1
/**
2
- * Copyright © Magento, Inc. All rights reserved.
3
- * See COPYING.txt for license details .
2
+ * Copyright 2011 Adobe
3
+ * All Rights Reserved .
4
4
*/
5
5
6
6
var config = {
@@ -10,8 +10,7 @@ var config = {
10
10
relatedProducts : 'Magento_Catalog/js/related-products' ,
11
11
upsellProducts : 'Magento_Catalog/js/upsell-products' ,
12
12
productListToolbarForm : 'Magento_Catalog/js/product/list/toolbar' ,
13
- catalogGallery : 'Magento_Catalog/js/gallery' ,
14
- catalogAddToCart : 'Magento_Catalog/js/catalog-add-to-cart'
13
+ catalogGallery : 'Magento_Catalog/js/gallery'
15
14
}
16
15
} ,
17
16
config : {
You can’t perform that action at this time.
0 commit comments