Skip to content

Commit f5fc778

Browse files
Static tests fix.
1 parent be825c3 commit f5fc778

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ReCaptchaFrontendUi/view/frontend/requirejs-config.js

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

6+
/*eslint strict: ["error", "global"]*/
7+
68
'use strict';
79

810
var config = {

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ define(
121121
},
122122
'expired-callback': function () {
123123
me.validateReCaptcha(false);
124-
},
124+
}
125125
},
126126
this.settings.rendering
127127
);

0 commit comments

Comments
 (0)