implementing ESlint suggestions

This commit is contained in:
El RIDO 2018-01-06 07:17:33 +01:00
parent 5e070db6a1
commit 2db412873b
No known key found for this signature in database
GPG key ID: 0F5C940A6BD81F92
9 changed files with 24 additions and 23 deletions

View file

@ -32,7 +32,7 @@ describe('Prompt', function () {
$('#passwordform').submit();
var result = $.PrivateBin.Prompt.getPassword();
clean();
return result == password;
return result === password;
}
);
});