commit | dd6915521587673051ecc2b3f189043d69fd844e | [log] [tgz] |
---|---|---|
author | Wentao Shang <wentaoshang@gmail.com> | Fri Jan 25 17:52:43 2013 -0800 |
committer | Wentao Shang <wentaoshang@gmail.com> | Fri Jan 25 17:52:43 2013 -0800 |
tree | 877541798048cea97beaf7ad62f5854e48c3d3ad | |
parent | d460739af68ff1517f2c47225d4a0b21867efe59 [diff] [blame] |
Fix the bug with WebSocketTransport.send usage: will cause problem with Safari
diff --git a/js/NDN.js b/js/NDN.js index 90d266c..3d58e1f 100644 --- a/js/NDN.js +++ b/js/NDN.js
@@ -251,7 +251,7 @@ this.onclose(); //console.log("NDN.onclose event fired."); } else { - //console.log('Connected to ccnd.'); + console.log('Connected to ccnd.'); this.ccndid = co.signedInfo.publisher.publisherPublicKeyDigest; if (LOG>3) console.log(ndn.ccndid);