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-request-send-hex.html b/js/testing/test-request-send-hex.html index f1acb20..3ed1a90 100644 --- a/js/testing/test-request-send-hex.html +++ b/js/testing/test-request-send-hex.html
@@ -130,7 +130,7 @@ co = new ContentObject(); - co.decode(decoder); + co.from_ccnb(decoder); if(LOG>2) console.log(co);