We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78a8c44 commit 63fc0c3Copy full SHA for 63fc0c3
2 files changed
addon-sdk
src/components/ssl-observatory.js
@@ -618,7 +618,7 @@ SSLObservatory.prototype = {
618
var HTTPSEverywhere = CC["@eff.org/https-everywhere;1"]
619
.getService(Components.interfaces.nsISupports)
620
.wrappedJSObject;
621
- var win = null
+ var win = null;
622
if (channel) {
623
var browser = this.HTTPSEverywhere.getBrowserForChannel(channel);
624
if (browser) {
0 commit comments