mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Removed an unused constructor parameter from PasswordEngine.
This commit is contained in:
parent
22a628bfea
commit
ce9f6b0af8
@ -28,8 +28,8 @@ function _hashLoginInfo(aLogin) {
|
||||
return Utils.sha1(loginKey);
|
||||
}
|
||||
|
||||
function PasswordEngine(pbeId) {
|
||||
this._init(pbeId);
|
||||
function PasswordEngine() {
|
||||
this._init();
|
||||
}
|
||||
PasswordEngine.prototype = {
|
||||
get name() { return "passwords"; },
|
||||
|
Loading…
Reference in New Issue
Block a user