Skip to content

Commit 74e3a12

Browse files
aoldonijignesh-baldha
authored andcommitted
Fixing line 34 length as per jslint configuration
1 parent 58280ac commit 74e3a12

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,8 @@ define([
3333
this.options.cache.label = $(this.options.passwordStrengthMeterLabelSelector, this.element);
3434

3535
// We need to look outside the module for backward compatibility, since someone can already use the module.
36-
// @todo Narrow this selector in 2.3 so it doesn't accidentally finds the the email field from the newsletter
37-
// email field or any other "email" field.
36+
// @todo Narrow this selector in 2.3 so it doesn't accidentally finds the the email field from the
37+
// newsletter email field or any other "email" field.
3838
this.options.cache.email = $(this.options.formSelector).find(this.options.emailSelector);
3939
this._bind();
4040
},

0 commit comments

Comments
 (0)