File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Customer/view/frontend/web/js Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,8 +31,8 @@ define([
31
31
this . options . cache . label = $ ( this . options . passwordStrengthMeterLabelSelector , this . element ) ;
32
32
33
33
// We need to look outside the module for backward compatibility, since someone can already use the module.
34
- // @todo Narrow this selector in 2.3 so it doesn't accidentally finds the the email field from the newsletter
35
- // email field or any other "email" field.
34
+ // @todo Narrow this selector in 2.3 so it doesn't accidentally finds the the email field from the
35
+ // newsletter email field or any other "email" field.
36
36
this . options . cache . email = $ ( this . options . formSelector ) . find ( this . options . emailSelector ) ;
37
37
this . _bind ( ) ;
38
38
} ,
You can’t perform that action at this time.
0 commit comments