[Pkg-mozext-commits] [nostalgy] 225/252: Typos.

David Prévot taffit at moszumanska.debian.org
Tue Jun 14 15:25:01 UTC 2016


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

taffit pushed a commit to branch master
in repository nostalgy.

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

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