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/PublisherID.js b/js/PublisherID.js index 1c98435..64955f3 100644 --- a/js/PublisherID.js +++ b/js/PublisherID.js
@@ -71,9 +71,7 @@ encoder.writeElement(this.getElementLabel(), this.PublisherID); }; -PublisherID.peek = function( - //XMLDecoder - decoder) { +PublisherID.peek = function(/* XMLDecoder */ decoder) { //Long nextTag = decoder.peekStartElementAsLong();