Skip to content

Commit c1ddc0f

Browse files
committed
static-test-fix
1 parent 68b7c4a commit c1ddc0f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

app/code/Magento/Downloadable/view/frontend/web/js/downloadable.js

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,17 @@ define([
1111
'Magento_Catalog/js/price-box'
1212
], function ($) {
1313

14+
/**
15+
* Downloadable widget
16+
*/
1417
$.widget('mage.downloadable', {
1518
options: {
1619
priceHolderSelector: '.price-box'
1720
},
1821

19-
20-
/** @inheritdoc */
22+
/**
23+
* @inheritdoc
24+
*/
2125
_create: function () {
2226
var self = this;
2327

0 commit comments

Comments
 (0)