1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-31 10:32:39 +01:00

Fix unitialized variable on 17.0.6esr.

This commit is contained in:
Anthony Martin
2013-05-13 01:16:57 -07:00
parent a59ee483cd
commit 0a22a2d089

View File

@@ -83,7 +83,7 @@ var Buffer = Module("Buffer", {
services.contentPrefs.getPref(this.uri, pref,
sanitizer.getContext(this.win), callback);
else
services.contentPrefs.getPref(uri, pref, callback);
services.contentPrefs.getPref(this.uri, pref, callback);
},
/**