Fix the bug with WebSocketTransport.send usage: will cause problem with Safari
diff --git a/js/testing/test-throughput-ws.html b/js/testing/test-throughput-ws.html
index 2aefc6d..b059637 100644
--- a/js/testing/test-throughput-ws.html
+++ b/js/testing/test-throughput-ws.html
@@ -10,8 +10,8 @@
 	<script type="text/javascript" src="../tools/build/ndn-js.js"></script>

 

 	<script type="text/javascript">

-		//hostip = "131.179.196.232";

-		hostip = "localhost";

+		hostip = "131.179.196.232";

+		//hostip = "localhost";

 		//var ndncon = new NDN({port:9696,host:hostip});

 		var ndncon = new NDN({port:9696,host:hostip,verify:false});

         ndncon.transport.connectWebSocket(ndncon);