[Groonga-commit] groonga/express-droonga at ecfbbfb [master] Fix typo

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu May 30 19:13:52 JST 2013


YUKI Hiroshi	2013-05-30 19:13:52 +0900 (Thu, 30 May 2013)

  New Revision: ecfbbfb99ffc0b696aca446bb163393c686a5597
  https://github.com/groonga/express-droonga/commit/ecfbbfb99ffc0b696aca446bb163393c686a5597

  Message:
    Fix typo

  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-05-30 19:12:38 +0900 (e132ba7)
+++ test/frontend-socket.io-adaptor.test.js    2013-05-30 19:13:52 +0900 (879b5fd)
@@ -309,7 +309,7 @@ suite('Socket.IO API', function() {
           });
         })
         .createClientSockets(1)
-        .next(function(newClientSocket) {
+        .next(function(newClientSockets) {
           clientSockets = clientSockets.concat(newClientSockets);
           clientSockets[0].emit('reqrep', 'extra', 'name', 'message');
         }).wait(0.01).next(function() {
-------------- next part --------------
HTML����������������������������...
Télécharger 



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