YUKI Hiroshi
null+****@clear*****
Fri Oct 17 16:43:33 JST 2014
YUKI Hiroshi 2014-10-17 16:43:33 +0900 (Fri, 17 Oct 2014) New Revision: 99b1fe0aa2cbaa6c6105b62ca16bb00b27b51b7a https://github.com/droonga/express-droonga/commit/99b1fe0aa2cbaa6c6105b62ca16bb00b27b51b7a Message: Fix syntax error Modified files: lib/droonga-protocol/connections.js Modified: lib/droonga-protocol/connections.js (+5 -5) =================================================================== --- lib/droonga-protocol/connections.js 2014-10-17 16:42:57 +0900 (64c4016) +++ lib/droonga-protocol/connections.js 2014-10-17 16:43:33 +0900 (7cd92de) @@ -47,11 +47,11 @@ Connections.prototype = { return; this._connections[hostName] = new Connection({ - tag: this._params.tag - defaultDataset: this._params.defaultDataset - hostName: hostName - port: this._params.port - receiveHostName: this._params.receiveHostName + tag: this._params.tag, + defaultDataset: this._params.defaultDataset, + hostName: hostName, + port: this._params.port, + receiveHostName: this._params.receiveHostName, receivePort: this._params.receivePort }); }, this); -------------- next part -------------- HTML����������������������������...Descargar