123456789101112131415 |
- /**
- * Copyright © Magento, Inc. All rights reserved.
- * See COPYING.txt for license details.
- */
- var config = {
- map: {
- '*': {
- bundleOption: 'Magento_Bundle/bundle',
- priceBundle: 'Magento_Bundle/js/price-bundle',
- slide: 'Magento_Bundle/js/slide',
- productSummary: 'Magento_Bundle/js/product-summary'
- }
- }
- };
|