[Groonga-commit] groonga/gcs [master] Fix unimported symbol error

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Dec 17 17:30:24 JST 2012


YUKI Hiroshi	2012-12-17 17:30:24 +0900 (Mon, 17 Dec 2012)

  New Revision: cf48b79ef0ff1ed88d99426c2e2780424ef486c6
  https://github.com/groonga/gcs/commit/cf48b79ef0ff1ed88d99426c2e2780424ef486c6

  Log:
    Fix unimported symbol error

  Modified files:
    lib/client.js

  Modified: lib/client.js (+1 -0)
===================================================================
--- lib/client.js    2012-12-17 17:24:06 +0900 (4f7f9a6)
+++ lib/client.js    2012-12-17 17:30:24 +0900 (666bba0)
@@ -2,6 +2,7 @@ var awssum = require('awssum');
 var amazon = awssum.load('amazon/amazon');
 var CloudSearch = awssum.load('amazon/cloudsearch').CloudSearch;
 var DocumentService = awssum.load('amazon/cloudsearch').DocumentService;
+var SearchService = awssum.load('amazon/cloudsearch').SearchService;
 
 var OPTIONAL_PARAM = { required : false, type : 'param' };
 
-------------- next part --------------
HTML����������������������������...
Download 



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