Index: ext/common.js |
diff --git a/ext/common.js b/ext/common.js |
index 42480f3a262917b02a6d0b739db168e2a69573b4..8ea9bfda1cc0fe8139742dc9986e9ef5018f2a57 100644 |
--- a/ext/common.js |
+++ b/ext/common.js |
@@ -41,7 +41,7 @@ |
return origin; |
else |
return null; |
- } |
+ }; |
var MessageProxy = global.ext._MessageProxy = function(messageManager, messageTarget) |
{ |
@@ -54,7 +54,7 @@ |
this._handleResponse = this._handleResponse.bind(this); |
this._messageManager.addMessageListener("AdblockPlus:Message", this._handleRequest); |
this._messageManager.addMessageListener("AdblockPlus:Response", this._handleResponse); |
- } |
+ }; |
MessageProxy.prototype = { |
_disconnect: function() |
{ |