[Groonga-commit] groonga/express-kotoumi [master] Fix missing function name

Zurück zum Archiv-Index

YUKI Hiroshi null+****@clear*****
Tue Feb 5 17:19:32 JST 2013


YUKI Hiroshi	2013-02-05 17:19:32 +0900 (Tue, 05 Feb 2013)

  New Revision: fddcaded3753be0b1d35c5c5276b00c5dd7f7eab
  https://github.com/groonga/express-kotoumi/commit/fddcaded3753be0b1d35c5c5276b00c5dd7f7eab

  Log:
    Fix missing function name

  Modified files:
    lib/frontend/rest-adaptor.js

  Modified: lib/frontend/rest-adaptor.js (+1 -1)
===================================================================
--- lib/frontend/rest-adaptor.js    2013-02-05 17:17:56 +0900 (dbf65f3)
+++ lib/frontend/rest-adaptor.js    2013-02-05 17:19:32 +0900 (c57cfd5)
@@ -42,7 +42,7 @@ function getRegisterationMethod(method) {
       throw new Error(method + ' is unsppported HTTP method!');
   }
 }
-exports.findRegisterationMethod = findRegisterationMethod;
+exports.getRegisterationMethod = getRegisterationMethod;
 
 exports.register = function(application, params) {
   params = params || {};
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Zurück zum Archiv-Index