[Pkg-mozext-commits] [adblock-plus] 04/41: Noissue - Added missing semicolons to ext/common.js

David Prévot taffit at moszumanska.debian.org
Wed Mar 18 18:21:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository adblock-plus.

commit e49c3bb368b20005cc97197040e438aaf19821f1
Author: Dave Barker <dave at adblockplus.org>
Date:   Wed Jan 21 11:45:40 2015 +0100

    Noissue - Added missing semicolons to ext/common.js
    
    Review: http://codereview.adblockplus.org/5777639155433472/
---
 ext/common.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ext/common.js b/ext/common.js
index 2e7914d..129f232 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()
     {

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/adblock-plus.git



More information about the Pkg-mozext-commits mailing list