commit | f3bd359f4342d02062ff728a35b55f96f31a9c23 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jeff@thefirst.org> | Sat Sep 29 23:25:30 2012 -0700 |
committer | Jeff Thompson <jeff@thefirst.org> | Sat Sep 29 23:25:30 2012 -0700 |
tree | cdf018a4834f00c299684dd73bacaeaff2b27211 | |
parent | 34a2ec0698793a54cb3ffc5d760c62be71d3f105 [diff] [blame] |
Major update: Refactor to rename ContentName to Name. Delete KeyName.js. For the moment, the KeyName class is now in KeyLocator.js. This is done according to the API notes: http://sea.remap.ucla.edu:8080/attachments/download/23/lwndn_api-notes_21020830.txt
diff --git a/js/java_socket_bridge.js b/js/java_socket_bridge.js index 68c2e9e..5f617b6 100644 --- a/js/java_socket_bridge.js +++ b/js/java_socket_bridge.js
@@ -72,7 +72,7 @@ var answer = toNumbersFromString('WORLD'); - var co = new ContentObject(new ContentName(name),si,answer,new Signature()); + var co = new ContentObject(new Name(name),si,answer,new Signature()); co.sign();