[Groonga-commit] droonga/droonga-http-server at 7090ea0 [master] Define options correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Sep 18 19:09:42 JST 2014


YUKI Hiroshi	2014-09-18 19:09:42 +0900 (Thu, 18 Sep 2014)

  New Revision: 7090ea0decd2c3f4b7c696c83f6f2fa19387a754
  https://github.com/droonga/droonga-http-server/commit/7090ea0decd2c3f4b7c696c83f6f2fa19387a754

  Message:
    Define options correctly

  Modified files:
    lib/server-options.js

  Modified: lib/server-options.js (+1 -1)
===================================================================
--- lib/server-options.js    2014-09-18 19:09:34 +0900 (1045945)
+++ lib/server-options.js    2014-09-18 19:09:42 +0900 (5146ef1)
@@ -44,7 +44,7 @@ options = options
   .version(version);
 
 function add() {
-  options = options.apply(options, arguments);
+  options = options.option.apply(options, arguments);
   return exports;
 }
 exports.add = add;
-------------- next part --------------
HTML����������������������������...
Descargar 



More information about the Groonga-commit mailing list
Back to archive index