[Pkg-mozext-commits] [itsalltext] 140/459: * added missing ; * added idea to todo
David Prévot
taffit at moszumanska.debian.org
Tue Feb 24 23:26:15 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 c5fb8239ee708b86101898841a0675c927d35d84
Author: docwhat at gerf.org <docwhat at gerf.org>
Date: Wed Feb 14 11:31:40 2007 -0500
* added missing ;
* added idea to todo
---
chrome/content/cacheobj.js | 1 +
chrome/content/itsalltext.js | 3 +--
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/chrome/content/cacheobj.js b/chrome/content/cacheobj.js
index 20a344d..e028fb2 100644
--- a/chrome/content/cacheobj.js
+++ b/chrome/content/cacheobj.js
@@ -174,6 +174,7 @@ CacheObj.prototype.write = function() {
// @todo [9] IDEA: Pass in the line number to the editor, arbitrary command?
// @todo [9] IDEA: Allow the user to pick an alternative editor?
+// @todo [9] IDEA: A different editor per extension?
/**
* Edit a textarea as a file.
* @param {String} extension The extension of the file to edit.
diff --git a/chrome/content/itsalltext.js b/chrome/content/itsalltext.js
index 9616d4a..13b7758 100644
--- a/chrome/content/itsalltext.js
+++ b/chrome/content/itsalltext.js
@@ -75,8 +75,7 @@ var ItsAllText = function() {
*/
that.localeString = function(name) {
return this.locale.GetStringFromName(name);
- }
-
+ };
/**
* This is a handy debug message. I'll remove it or disable it when
--
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