commit | 86aea8827f2f8e0a472d50c608fe5098262a29e7 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jeff@thefirst.org> | Sat Sep 29 17:32:48 2012 -0700 |
committer | Jeff Thompson <jeff@thefirst.org> | Sat Sep 29 17:32:48 2012 -0700 |
tree | bcb57ebf2d0244d6d1a6ff3e26df39e48805c435 | |
parent | bb97609d3c2ce0e71beb051b6a9c06c574dac9b9 [diff] [blame] |
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));