From 55061776acc1b868333a4860bd02133bd491e2aa Mon Sep 17 00:00:00 2001 From: "Ryan X. Charles" Date: Sat, 19 Apr 2014 11:41:00 -0300 Subject: [PATCH] add Message to browser build and tests --- browser/build.js | 1 + test/index-testling.html | 1 + test/index.html | 1 + 3 files changed, 3 insertions(+) diff --git a/browser/build.js b/browser/build.js index a1635b4..4680175 100644 --- a/browser/build.js +++ b/browser/build.js @@ -30,6 +30,7 @@ var modules = [ 'lib/Bloom', 'lib/Connection', 'lib/Deserialize', + 'lib/Message', 'lib/Opcode', 'lib/Peer', 'lib/PeerManager', diff --git a/test/index-testling.html b/test/index-testling.html index e6a9447..602ddd3 100644 --- a/test/index-testling.html +++ b/test/index-testling.html @@ -25,6 +25,7 @@ + diff --git a/test/index.html b/test/index.html index a3512d9..3e823e4 100644 --- a/test/index.html +++ b/test/index.html @@ -24,6 +24,7 @@ +