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

Back to archive index

YUKI Hiroshi null+****@clear*****
Wed Dec 12 17:56:25 JST 2012


YUKI Hiroshi	2012-12-12 17:56:25 +0900 (Wed, 12 Dec 2012)

  New Revision: 0070e7f054609395de3421b4ed1be2c612d44938
  https://github.com/groonga/gcs/commit/0070e7f054609395de3421b4ed1be2c612d44938

  Log:
    Fix syntax error

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

  Modified: lib/api/2011-02-01/search.js (+1 -1)
===================================================================
--- lib/api/2011-02-01/search.js    2012-12-12 17:50:21 +0900 (d6226b6)
+++ lib/api/2011-02-01/search.js    2012-12-12 17:56:25 +0900 (1cb6d41)
@@ -176,7 +176,7 @@ function toXMLResponse(body) {
         Object.keys(hit.data).forEach(function(name) {
           hit.data[name].forEach(function(value) {
             item.element('d', { name: name }).text(hit.data[name][value]);
-          }
+          });
         });
     });
 
-------------- next part --------------
HTML����������������������������...
Download 



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