Skip to content

Commit

Permalink
Fixing line 34 length as per jslint configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aoldoni committed Feb 21, 2018
1 parent 4e02365 commit ceaa886
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -31,8 +31,8 @@ define([
this.options.cache.label = $(this.options.passwordStrengthMeterLabelSelector, this.element);

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

0 comments on commit ceaa886

Please sign in to comment.