[Pkg-mozext-commits] [nostalgy] 07/15: Typos.

Guido Guenther agx at moszumanska.debian.org
Mon Jul 14 11:15:43 UTC 2014


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

agx pushed a commit to annotated tag debian/0.2.32-1
in repository nostalgy.

commit 5a5cef0cbac45a93d552ac564cda2c473f8cce8d
Author: alain.frisch <alain.frisch at 56b81dcf-5a2f-0410-9db0-014be2e416ff>
Date:   Mon Dec 16 10:14:57 2013 +0000

    Typos.
    
    git-svn-id: svn://frisch.fr/nostalgy/trunk@226 56b81dcf-5a2f-0410-9db0-014be2e416ff
---
 content/folders.js | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/content/folders.js b/content/folders.js
index f438d7e..66292c5 100644
--- a/content/folders.js
+++ b/content/folders.js
@@ -157,7 +157,7 @@ function(text, results, listener) {
  };
 
  var f = function (folder) { add_folder(NostalgyFolderName(folder)); };
- 
+
  if (text == "") {
 	 var added_count=0;
 	if ( nostalgy_completion_options.use_statistical_prediction )
@@ -203,9 +203,9 @@ function(text, results, listener) {
 }
 
 NostalgyAutocomplete.prototype.onStopLookup =
-  function() {  }
+  function() {  };
 NostalgyAutocomplete.prototype.onAutoComplete =
-  function(text, results, listener){ }
+  function(text, results, listener){ };
 
 NostalgyAutocomplete.prototype.QueryInterface =
 function(iid) {

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



More information about the Pkg-mozext-commits mailing list