commit | bd25df2607ad64862047affefbb45cbaf38d2f3a | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jeff@thefirst.org> | Thu Dec 13 21:50:13 2012 -0800 |
committer | Jeff Thompson <jeff@thefirst.org> | Thu Dec 13 21:50:13 2012 -0800 |
tree | 1f482c72c73fdaceeb86080f418688bac24846e9 | |
parent | 84db26390fcdf70725607e9f80d844275ae75684 [diff] [blame] |
Move ccndIdFetch to NDN.
diff --git a/js/NDN.js b/js/NDN.js index f0267c5..b0f929d 100644 --- a/js/NDN.js +++ b/js/NDN.js
@@ -32,7 +32,7 @@ NDN.OPENED = 1; // connection to ccnd opened NDN.CLOSED = 2; // connection to ccnd closed -/* Java Socket Bridge and XPCOM transport */ +NDN.ccndIdFetcher = '/%C1.M.S.localhost/%C1.M.SRV/ccnd/KEY'; NDN.prototype.createRoute = function(host,port){ this.host=host;