YUKI Hiroshi
null+****@clear*****
Wed Oct 17 15:44:04 JST 2012
YUKI Hiroshi 2012-10-17 15:44:04 +0900 (Wed, 17 Oct 2012) New Revision: ee703f8293675ce5c8fc137c4da37daac7927dd5 https://github.com/groonga/gcs/commit/ee703f8293675ce5c8fc137c4da37daac7927dd5 Log: Fix arguments of Client Modified files: lib/client.js Modified: lib/client.js (+1 -1) =================================================================== --- lib/client.js 2012-10-17 15:42:21 +0900 (5ce7194) +++ lib/client.js 2012-10-17 15:44:04 +0900 (bc845d6) @@ -2,7 +2,7 @@ var awssum = require('awssum'); var amazon = awssum.load('amazon/amazon'); var CloudSearch = awssum.load('amazon/cloudsearch').CloudSearch; -function Client(options domainName, host) { +function Client(options) { this.domainName = options.domainName; this.host = options.host; this.port = options.port; -------------- next part -------------- HTML����������������������������...Download