[Groonga-commit] groonga/express-kotoumi [master] Export "Receiver" symbol correctly

Back to archive index

YUKI Hiroshi null+****@clear*****
Mon Jan 28 13:17:09 JST 2013


YUKI Hiroshi	2013-01-28 13:17:09 +0900 (Mon, 28 Jan 2013)

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

  Log:
    Export "Receiver" symbol correctly

  Modified files:
    lib/backend/receiver.js

  Modified: lib/backend/receiver.js (+1 -1)
===================================================================
--- lib/backend/receiver.js    2013-01-28 13:15:10 +0900 (8b9fb85)
+++ lib/backend/receiver.js    2013-01-28 13:17:09 +0900 (6ab9744)
@@ -41,4 +41,4 @@ Receiver.prototype.close = function() {
   this.port = undefined;
 };
 
-module.exports = Receiver;
+exports.Receiver = Receiver;
-------------- next part --------------
HTML����������������������������...
Download 



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