Skip to content

Commit 76e672b

Browse files
author
Volodymyr Zaets
committed
MAGETWO-44289: Broken HTML and Javascript on enabled MSRP and PayPal EC
1 parent 89ea15a commit 76e672b

File tree

1 file changed

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

1 file changed

+2
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,10 +199,11 @@ define([
199199
this.closePopup(this.$popup);
200200
}
201201
},
202+
202203
/**
203204
* Open and set up popup
204205
*
205-
* @param event
206+
* @param {Object} event
206207
*/
207208
openPopup: function (event) {
208209
this.popUpOptions.position.of = $(event.target);

0 commit comments

Comments
 (0)