Skip to content

Commit 487ad4a

Browse files
committed
MC-42649: Fix jscs static errors.
1 parent 87cc48a commit 487ad4a

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

ReCaptchaFrontendUi/view/frontend/web/js/reCaptcha.js

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,12 @@ define(
6060
*/
6161
getIsInvisibleRecaptcha: function () {
6262

63-
if (this.settings === void 0) {
63+
if (this.settings ===
64+
65+
void 0) {
6466
return false;
6567
}
66-
68+
6769
return this.settings.invisible;
6870
},
6971

@@ -88,7 +90,9 @@ define(
8890
widgetId,
8991
parameters;
9092

91-
if (this.captchaInitialized || this.settings === void 0) {
93+
if (this.captchaInitialized || this.settings ===
94+
95+
void 0) {
9296
return;
9397
}
9498

0 commit comments

Comments
 (0)