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.
2 parents 2739c8f + a2919d9 commit f00f0d4Copy full SHA for f00f0d4
app/code/Magento/Downloadable/view/frontend/web/js/downloadable.js
@@ -10,6 +10,7 @@ define([
10
'jquery-ui-modules/widget',
11
'Magento_Catalog/js/price-box'
12
], function ($) {
13
+ 'use strict';
14
15
/**
16
* Downloadable widget
@@ -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