[Pkg-mozext-commits] [perspectives-extension] 23/44: Pers_init - Remove unused argument

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 ead6b397212781f0211a5ec2df67dbc5bb144abf
Author: Dave Schaefer <dave.schaefer at gmail.com>
Date:   Sun Jun 12 21:56:59 2016 -0700

    Pers_init - Remove unused argument
---
 plugin/chrome/content/init.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/plugin/chrome/content/init.js b/plugin/chrome/content/init.js
index 55c7fa7..e2334c0 100644
--- a/plugin/chrome/content/init.js
+++ b/plugin/chrome/content/init.js
@@ -21,7 +21,7 @@
 
 var Pers_init = {
 
-    evtLoad: function(evt){
+    evtLoad: function(){
       Perspectives.init_data();
       Perspectives.initNotaries();
       var root_prefs = Components.classes["@mozilla.org/preferences-service;1"].getService(Components.interfaces.nsIPrefBranch);

-- 
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