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/image-loader.html b/js/image-loader.html
index b6740bf..3fe6442 100644
--- a/js/image-loader.html
+++ b/js/image-loader.html
@@ -11,7 +11,7 @@
<script type="text/javascript" src="CCNTime.js"></script>
- <script type="text/javascript" src="ContentName.js"></script>
+ <script type="text/javascript" src="Name.js"></script>
<script type="text/javascript" src="ContentObject.js"></script>
@@ -27,8 +27,6 @@
<script type="text/javascript" src="KeyLocator.js"></script>
- <script type="text/javascript" src="KeyName.js"></script>
-
<script type="text/javascript" src="PublisherID.js"></script>
<script type="text/javascript" src="Signature.js"></script>