Major update: refactored the API of Interest and ContentObject according to the API notes:
http://sea.remap.ucla.edu:8080/attachments/download/23/lwndn_api-notes_21020830.txt
diff --git a/js/lwNDN.js b/js/lwNDN.js
index 41b7acf..717ac07 100644
--- a/js/lwNDN.js
+++ b/js/lwNDN.js
@@ -98,7 +98,7 @@
 		var interestName = new ContentName(['ccnx',ccnxnodename,'selfreg',coBinary]);
 
 		int = new Interest(interestName);
-		int.Scope = 1;
+		int.scope = 1;
 		
 		var hex = encodeToHexInterest(int);