Skip to content

Commit df37523

Browse files
author
Vaha
committed
#26314: removed default value for parameter
1 parent 992e3d1 commit df37523

File tree

1 file changed

+1
-1
lines changed
  • app/code/Magento/Msrp/view/base/web/js

1 file changed

+1
-1
lines changed

app/code/Magento/Msrp/view/base/web/js/msrp.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ define([
301301
* @param {Object} prices
302302
* @param {Object|undefined} $priceBox
303303
*/
304-
onUpdateMsrpPrice: function onUpdateMsrpPrice(event, priceIndex, prices, $priceBox = undefined) {
304+
onUpdateMsrpPrice: function onUpdateMsrpPrice(event, priceIndex, prices, $priceBox) {
305305

306306
var defaultMsrp,
307307
defaultPrice,

0 commit comments

Comments
 (0)