We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c1ddc0f commit 0e791c3Copy full SHA for 0e791c3
app/code/Magento/Downloadable/view/frontend/web/js/downloadable.js
@@ -10,7 +10,8 @@ define([
10
'jquery-ui-modules/widget',
11
'Magento_Catalog/js/price-box'
12
], function ($) {
13
-
+ 'use strict';
14
+
15
/**
16
* Downloadable widget
17
*/
@@ -78,7 +79,7 @@ define([
78
79
* @private
80
81
reloadAllCheckText: function () {
- let allChecked = true,
82
+ var allChecked = true,
83
allElementsCheck = $(this.options.allElements),
84
allElementsLabel = $('label[for="' + allElementsCheck.attr('id') + '"] > span');
85
0 commit comments