Skip to content

Commit 7a7430b

Browse files
Merge branch 'MAGETWO-71657' of github.com:magento-plankton/magento2ce into 2.2-fix
2 parents fae2f13 + 3d33b42 commit 7a7430b

File tree

17 files changed

+3
-587
lines changed

17 files changed

+3
-587
lines changed

app/code/Magento/Bundle/view/adminhtml/web/js/bundle-type-handler.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5-
/*jshint browser:true jquery:true expr:true*/
5+
66
define([
77
'jquery',
88
'Magento_Catalog/catalog/type-events',

app/code/Magento/CheckoutAgreements/view/frontend/web/js/model/agreements-assigner.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
* See COPYING.txt for license details.
44
*/
55

6-
/*jshint browser:true jquery:true*/
76
/*global alert*/
87
define([
98
'jquery'

app/code/Magento/CheckoutAgreements/view/frontend/web/js/model/set-payment-information-mixin.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5-
/*jshint browser:true jquery:true*/
65
/*global alert*/
76
define([
87
'jquery',

app/code/Magento/Customer/view/frontend/web/change-email-password.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5-
/*jshint browser:true jquery:true expr:true*/
65
define([
76
'jquery',
87
'jquery/ui'

app/code/Magento/Customer/view/frontend/web/js/addressValidation.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5-
/*jshint browser:true jquery:true*/
5+
66
define([
77
'jquery',
88
'jquery/ui',

app/code/Magento/Customer/view/frontend/web/js/password-strength-indicator.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,6 @@
33
* See COPYING.txt for license details.
44
*/
55

6-
/**
7-
* jshint browser:true
8-
*/
96
define([
107
'jquery',
118
'Magento_Customer/js/zxcvbn',

app/code/Magento/Downloadable/view/adminhtml/web/downloadable-type-handler.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5-
/*jshint browser:true jquery:true expr:true*/
65
define([
76
'jquery',
87
'Magento_Catalog/js/product/weight-handler',

app/code/Magento/ProductVideo/view/adminhtml/web/js/get-video-information.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
* Copyright © Magento, Inc. All rights reserved.
33
* See COPYING.txt for license details.
44
*/
5-
/*jshint browser:true jquery:true*/
65
define([
76
'jquery',
87
'Magento_Ui/js/modal/alert',

app/code/Magento/Sales/view/adminhtml/web/order/create/scripts.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1405,4 +1405,4 @@ define([
14051405
};
14061406

14071407
});
1408-
/* jshint ignore:end */
1408+

dev/tests/static/framework/Magento/TestFramework/Inspection/JsHint/Command.php

Lines changed: 0 additions & 211 deletions
This file was deleted.

0 commit comments

Comments
 (0)