[Groonga-commit] groonga/express-kotoumi [master] Add a missing space

Back to archive index

Kouhei Sutou null+****@clear*****
Mon Jan 28 14:00:59 JST 2013


Kouhei Sutou	2013-01-28 14:00:59 +0900 (Mon, 28 Jan 2013)

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

  Log:
    Add a missing space

  Modified files:
    lib/backend/connection.js

  Modified: lib/backend/connection.js (+1 -1)
===================================================================
--- lib/backend/connection.js    2013-01-28 13:58:10 +0900 (c82dd14)
+++ lib/backend/connection.js    2013-01-28 14:00:59 +0900 (702249b)
@@ -62,7 +62,7 @@ Connection.prototype._initReceiver = function() {
   }
 
   this._receiver = receiver;
-  this._receiver.on((this._params.tag || DEFAULT_FLUENT_TAG)+ '.message',
+  this._receiver.on((this._params.tag || DEFAULT_FLUENT_TAG) + '.message',
                     this._handleMessage.bind(this));
 };
 
-------------- next part --------------
HTML����������������������������...
Télécharger 



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