File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Msrp/view/base/web/js Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -336,9 +336,9 @@ define([
336
336
/**
337
337
* Update prices for configurable product with MSRP enabled
338
338
*
339
- * @param {string } finalPrice
340
- * @param {string } msrpPrice
341
- * @param {boolean } useDefaultPrice
339
+ * @param {String } finalPrice
340
+ * @param {String } msrpPrice
341
+ * @param {Boolean } useDefaultPrice
342
342
*/
343
343
updateMsrpPrice : function ( finalPrice , msrpPrice , useDefaultPrice ) {
344
344
var options = this . tierOptions || this . options ;
@@ -364,7 +364,7 @@ define([
364
364
/**
365
365
* Display non MAP price for irrelevant products
366
366
*
367
- * @param {string } price
367
+ * @param {String } price
368
368
*/
369
369
updateNonMsrpPrice : function ( price ) {
370
370
$ ( this . options . fallbackPriceElement ) . html ( price ) ;
You can’t perform that action at this time.
0 commit comments