YUKI Hiroshi
null+****@clear*****
Thu Feb 7 17:49:38 JST 2013
YUKI Hiroshi 2013-02-07 17:49:38 +0900 (Thu, 07 Feb 2013) New Revision: 356d641376f3c55d84365076b13a2abf48b5dc6f https://github.com/groonga/express-kotoumi/commit/356d641376f3c55d84365076b13a2abf48b5dc6f Log: Fix syntax error: missing comma Modified files: test/frontend-socket.io-adaptor.test.js Modified: test/frontend-socket.io-adaptor.test.js (+1 -1) =================================================================== --- test/frontend-socket.io-adaptor.test.js 2013-02-07 17:49:01 +0900 (42b7594) +++ test/frontend-socket.io-adaptor.test.js 2013-02-07 17:49:38 +0900 (bf4868b) @@ -142,7 +142,7 @@ suite('Socket.IO API', function() { connection = connection .mock('emitMessage') - .takes('search', { requestMessage: true } function() {}, {}); + .takes('search', { requestMessage: true }, function() {}, {}); clientSocket.emit('search', { requestMessage: true }); }) .wait(0.01) -------------- next part -------------- HTML����������������������������...Download