Skip to content

Commit 63fc0c3

Browse files
committed
Add semicolon.
1 parent 78a8c44 commit 63fc0c3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

addon-sdk

Submodule addon-sdk updated 170 files

src/components/ssl-observatory.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ SSLObservatory.prototype = {
618618
var HTTPSEverywhere = CC["@eff.org/https-everywhere;1"]
619619
.getService(Components.interfaces.nsISupports)
620620
.wrappedJSObject;
621-
var win = null
621+
var win = null;
622622
if (channel) {
623623
var browser = this.HTTPSEverywhere.getBrowserForChannel(channel);
624624
if (browser) {

0 commit comments

Comments
 (0)