Skip to content

Commit

Permalink
Use alias already defined in requirejs-config.js
Browse files Browse the repository at this point in the history
Use alias already defined in requirejs-config.js so it can be overwritten/extended
  • Loading branch information
kassner authored Jul 29, 2016
1 parent 2db9e0f commit 4876f22
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<script>
require([
'jquery',
'Magento_Catalog/js/price-box'
'priceBox'
], function($){
var priceBoxes = $('[data-role=priceBox]');

Expand Down

0 comments on commit 4876f22

Please sign in to comment.