Small fixes after merge
diff --git a/js/tools/build/ndn-js-uncomp.js b/js/tools/build/ndn-js-uncomp.js
index bc92e99..e215bdb 100644
--- a/js/tools/build/ndn-js-uncomp.js
+++ b/js/tools/build/ndn-js-uncomp.js
@@ -7958,7 +7958,7 @@
     console.log("Trying host from getHostAndPort: " + this.host);
     
     // Fetch the ccndId.
-    var interest = new Interest(new Name(NDN.ccndIdFetcher));
+    var interest = new Interest(NDN.ccndIdFetcher);
 	interest.interestLifetime = 4000; // milliseconds    
 
     var thisNDN = this;