[Pkg-mozext-commits] [itsalltext] 99/459: minor changes
David Prévot
taffit at moszumanska.debian.org
Tue Feb 24 23:26:10 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository itsalltext.
commit 272e31e213d683cf69ab028dc833581cf0b6ca94
Author: docwhat at gerf.org <docwhat at gerf.org>
Date: Fri Feb 2 09:15:49 2007 -0500
minor changes
---
chrome/content/itsalltext.js | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/chrome/content/itsalltext.js b/chrome/content/itsalltext.js
index 95349ba..dc40ae9 100644
--- a/chrome/content/itsalltext.js
+++ b/chrome/content/itsalltext.js
@@ -168,7 +168,7 @@ function ItsAllText() {
that.cleanEditDir();
/* Load the Color.js file used for the Fade Anything Technique into this object */
- objScriptLoader = Components.classes["@mozilla.org/moz/jssubscript-loader;1"].getService(Components.interfaces.mozIJSSubScriptLoader);
+ var objScriptLoader = Components.classes["@mozilla.org/moz/jssubscript-loader;1"].getService(Components.interfaces.mozIJSSubScriptLoader);
objScriptLoader.loadSubScript('chrome://itsalltext/content/Color.js', that);
/**
@@ -859,4 +859,5 @@ function ItsAllText() {
// Start the monitor
that.monitor.restart();
}
-var itsAllText = new ItsAllText();
+
+top.ItsAllText = new ItsAllText();
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/itsalltext.git
More information about the Pkg-mozext-commits
mailing list