Browse Source

Export messages so that they can be extended from another module.

patch-2
Braydon Fuller 10 years ago
parent
commit
b6da2e87be
  1. 4
      lib/transport/messages.js

4
lib/transport/messages.js

@ -155,7 +155,9 @@ Message.prototype.serialize = function(network) {
message.put(payload); message.put(payload);
return message.buffer(); return message.buffer();
} };
module.exports.Message = Message;
/** /**
* Version Message * Version Message

Loading…
Cancel
Save