[Pkg-mozext-commits] [adblock-plus-element-hiding-helper] 384/483: Renamed AppIntegration module into Main

David Prévot taffit at moszumanska.debian.org
Thu Jan 22 21:41:59 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-element-hiding-helper.

commit dc5d520a79b738c877505be8c7b1552dc4b7fc8a
Author: Wladimir Palant <trev at adblockplus.org>
Date:   Sat Jan 21 22:27:31 2012 +0100

    Renamed AppIntegration module into Main
    
    --HG--
    rename : appIntegration.js => main.js
---
 appIntegration.js => main.js | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/appIntegration.js b/main.js
similarity index 99%
rename from appIntegration.js
rename to main.js
index 5551f94..d21d67f 100644
--- a/appIntegration.js
+++ b/main.js
@@ -14,7 +14,7 @@ Cu.import("resource://gre/modules/XPCOMUtils.jsm");
 let {Aardvark} = require("aardvark");
 let {Prefs} = require("prefs");
 
-let AppIntegration = exports.AppIntegration =
+let Main = exports.Main =
 {
   initialized: false,
   elementMarkerClass: null,
@@ -283,7 +283,7 @@ function WindowWrapper(wnd)
   this.hideTooltips = this.hideTooltips.bind(this);
   this.stopSelection = this.stopSelection.bind(this);
 
-  this.E("ehh-elementmarker").firstElementChild.setAttribute("class", AppIntegration.elementMarkerClass);
+  this.E("ehh-elementmarker").firstElementChild.setAttribute("class", Main.elementMarkerClass);
 
   this.init();
 }

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



More information about the Pkg-mozext-commits mailing list