commit | e0d7f05e014ddc6c7ed2db4992757f1fd8888380 | [log] [tgz] |
---|---|---|
author | Wentao Shang <wentaoshang@gmail.com> | Sat Jan 05 16:37:02 2013 -0800 |
committer | Wentao Shang <wentaoshang@gmail.com> | Sat Jan 05 16:37:02 2013 -0800 |
tree | 806d0aa95d256636040e515c8637d847c827228e | |
parent | 882e34e53e3cee905883b473dd7b17ff5e14a28b [diff] [blame] |
Implement new Witness decoding function
diff --git a/js/testing/test-get-async.html b/js/testing/test-get-async.html index e019537..4b6a37a 100644 --- a/js/testing/test-get-async.html +++ b/js/testing/test-get-async.html
@@ -13,7 +13,7 @@ <script type="text/javascript" src="../tools/build/ndn-js.js"></script> <script type="text/javascript"> - var ndn = new NDN({port:9696}); + var ndn = new NDN({port:9696,host:"localhost"}); ndn.transport.connectWebSocket(ndn); ndn.onopen = function() {