[Groonga-commit] groonga/gcs [master] Fix missing function problem

Back to archive index

null+****@clear***** null+****@clear*****
2012年 7月 12日 (木) 16:23:21 JST


SHIMODA Hiroshi	2012-07-12 16:23:21 +0900 (Thu, 12 Jul 2012)

  New Revision: 767fb2e62969c00c93418798e4fd9b67f18529a0
  https://github.com/groonga/gcs/commit/767fb2e62969c00c93418798e4fd9b67f18529a0

  Log:
    Fix missing function problem

  Modified files:
    lib/wrapped-nroonga.js

  Modified: lib/wrapped-nroonga.js (+2 -1)
===================================================================
--- lib/wrapped-nroonga.js    2012-07-12 16:21:31 +0900 (d793d04)
+++ lib/wrapped-nroonga.js    2012-07-12 16:23:21 +0900 (5fa4ae2)
@@ -95,7 +95,7 @@ Context.prototype = {
 
 exports.Database = exports.Context = Context;
 
-exports.formatResults = function(results) {
+function formatResults(results) {
   if (!results || !results.length)
     return [];
 
@@ -114,3 +114,4 @@ exports.formatResults = function(results) {
   });
   return hashResults;
 };
+exports.formatResults = formatResults;
-------------- next part --------------
HTML$B$NE:IU%U%!%$%k$rJ]4I$7$^$7$?(B...
下载 



Groonga-commit メーリングリストの案内
Back to archive index