[Pkg-mozext-commits] [perspectives-extension] 19/44: Perspectives - fix == usage
David Prévot
taffit at moszumanska.debian.org
Sun Jun 26 04:59:19 UTC 2016
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository perspectives-extension.
commit 125101b8a3b18a17f1afc7a9ad195f721923269a
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date: Sun Jun 12 21:36:50 2016 -0700
Perspectives - fix == usage
---
plugin/chrome/content/notaries.js | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/plugin/chrome/content/notaries.js b/plugin/chrome/content/notaries.js
index a28a892..640eaed 100644
--- a/plugin/chrome/content/notaries.js
+++ b/plugin/chrome/content/notaries.js
@@ -1055,7 +1055,7 @@ var Perspectives = {
getBrowser().addProgressListener(Perspectives.notaryListener);
Pers_debug.d_print("main", "Perspectives Finished Initialization\n\n");
} catch(e) {
- if(Perspectives.strbundle == null) {
+ if(Perspectives.strbundle === null) {
Perspectives.strbundle = document.getElementById("notary_strings");
}
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/perspectives-extension.git
More information about the Pkg-mozext-commits
mailing list