[Groonga-commit] groonga/gcs [master] Fix syntax error

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Dec 6 19:27:31 JST 2012


YUKI Hiroshi	2012-12-06 19:27:31 +0900 (Thu, 06 Dec 2012)

  New Revision: 74762577e40c9b4e428f56d49df9f67f3dffc314
  https://github.com/groonga/gcs/commit/74762577e40c9b4e428f56d49df9f67f3dffc314

  Log:
    Fix syntax error

  Modified files:
    lib/api/2011-02-01/batch.js

  Modified: lib/api/2011-02-01/batch.js (+1 -1)
===================================================================
--- lib/api/2011-02-01/batch.js    2012-12-06 19:23:41 +0900 (139dbbc)
+++ lib/api/2011-02-01/batch.js    2012-12-06 19:27:31 +0900 (161de20)
@@ -47,7 +47,7 @@ exports.createHandler = function(context, config) {
     var batches = request.body;
     var domain = new Domain({ source:        request,
                               context:       context,
-                              documentsPath: config.documentsPath);
+                              documentsPath: config.documentsPath });
     var processor = new BatchProcessor({
           context: context,
           domain: domain
-------------- next part --------------
HTML����������������������������...
Télécharger 



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