[Groonga-commit] groonga/express-kotoumi [master] Fix missing ", " between array elements

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Feb 7 17:05:02 JST 2013


YUKI Hiroshi	2013-02-07 17:05:02 +0900 (Thu, 07 Feb 2013)

  New Revision: 520cbdc3632c585630b1503c0b011936e63f1f4d
  https://github.com/groonga/express-kotoumi/commit/520cbdc3632c585630b1503c0b011936e63f1f4d

  Log:
    Fix missing "," between array elements

  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:04:28 +0900 (3d526bf)
+++ test/frontend-socket.io-adaptor.test.js    2013-02-07 17:05:02 +0900 (83042f9)
@@ -35,7 +35,7 @@ suite('Socket.IO API', function() {
       getCommand: new model.SocketRequestResponse(),
       putCommand: new model.SocketRequestResponse(),
       postCommand: new model.SocketRequestResponse(),
-      deleteCommand: new model.SocketRequestResponse()
+      deleteCommand: new model.SocketRequestResponse(),
       ignored: new model.REST()
     };
     var overridingPlugin = {
-------------- next part --------------
HTML����������������������������...
Download 



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