commit | 48ff28a90d30ec46225222d973b11021e91095a7 | [log] [tgz] |
---|---|---|
author | Jeff Thompson <jeff@thefirst.org> | Mon Feb 18 22:53:29 2013 -0800 |
committer | Jeff Thompson <jeff@thefirst.org> | Mon Feb 18 22:53:29 2013 -0800 |
tree | e93c7bd2c23e028b76979ddf7f388129f9e13c36 | |
parent | c3c611b34695edd6632a6870a39d67fac13eea8f [diff] [blame] |
Added var to properly declare local variables so that they don't pollute the global namespace and risk multi-threading conflicts.
diff --git a/js/PublisherID.js b/js/PublisherID.js index df4e701..cea6f83 100644 --- a/js/PublisherID.js +++ b/js/PublisherID.js
@@ -75,7 +75,7 @@ PublisherID.peek = function(/* XMLDecoder */ decoder) { //Long - nextTag = decoder.peekStartElementAsLong(); + var nextTag = decoder.peekStartElementAsLong(); if (null == nextTag) { // on end element