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/testing/test-get.html b/js/testing/test-get.html
index ad4886c..8053655 100644
--- a/js/testing/test-get.html
+++ b/js/testing/test-get.html
@@ -75,7 +75,7 @@
 

 		function getAction(){

 			var interest = new Interest( new ContentName(document.getElementById('interest').value));

-			interest.Scope = 1;

+			interest.scope = 1;

 			

 			var received = get('127.0.0.1', 9695, encodeToHexInterest(interest));