[Groonga-commit] groonga/express-kotoumi [master] Fix typo: SocketPublisSubscribe => SocketPublishSubscribe

Back to archive index

YUKI Hiroshi null+****@clear*****
Thu Feb 7 17:50:16 JST 2013


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

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

  Log:
    Fix typo: SocketPublisSubscribe => SocketPublishSubscribe

  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:38 +0900 (bf4868b)
+++ test/frontend-socket.io-adaptor.test.js    2013-02-07 17:50:16 +0900 (4c1f07d)
@@ -25,7 +25,7 @@ suite('Socket.IO API', function() {
       toBackend: function(event, data) { return ['custom', data] },
       toClient: function(event, data) { return [event, 'custom response']; }
     }),
-    'pubsub': new model.SocketPublisSubscribe()
+    'pubsub': new model.SocketPublishSubscribe()
   };
 
   teardown(function() {
-------------- next part --------------
HTML����������������������������...
다운로드 



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