lint: delete trailing whitespaces
This commit is contained in:
parent
2ba6917710
commit
ed387069a4
59 changed files with 624 additions and 623 deletions
|
|
@ -12,7 +12,7 @@ run: function(arguments) {
|
|||
arguments.completionFunction({"url_string": url, "error": error});
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
finalize: function(arguments) {
|
||||
if (arguments["password"]) {
|
||||
var passwordElement = document.querySelector("input[type=password]")
|
||||
|
|
@ -21,7 +21,7 @@ finalize: function(arguments) {
|
|||
passwordElement.value = arguments["password"]
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (arguments["username"]) {
|
||||
var usernameElement = document.querySelector("input[type=email], input[type=text]")
|
||||
if (usernameElement) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue