[Pkg-mozext-commits] [nostalgy] 03/19: Typos.

David Prévot taffit at moszumanska.debian.org
Sat Aug 9 20:06:28 UTC 2014


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

taffit pushed a commit to branch master
in repository nostalgy.

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

    Typos.
    
    git-svn-id: http://nostalgy.googlecode.com/svn/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