Skip to content

Commit

Permalink
rename init to initialize (required since ff 32)
Browse files Browse the repository at this point in the history
  • Loading branch information
swick committed Sep 4, 2014
1 parent fd3d509 commit abf86ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/loginManagerStorage.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ GnomeKeyringLoginManagerStorage.prototype = {
this.log("Called " + arguments.callee.name + "(" + args.join(",") + ")");
},

init: function() {
initialize: function() {
var prefBranch = Cc["@mozilla.org/preferences-service;1"]
.getService(Ci.nsIPrefService)
.getBranch(this.prefBranch);
Expand Down

0 comments on commit abf86ef

Please sign in to comment.