diff --git a/asn1.js b/asn1.js index c06af13..210695a 100644 --- a/asn1.js +++ b/asn1.js @@ -442,3 +442,4 @@ ASN1.decode = function (stream) { // export globals if (typeof module !== 'undefined') { module.exports = ASN1; } else { window.ASN1 = ASN1; } })(); + diff --git a/base64.js b/base64.js index 9ec4b02..bafe14c 100644 --- a/base64.js +++ b/base64.js @@ -84,3 +84,4 @@ Base64.unarmor = function (a) { // export globals if (typeof module !== 'undefined') { module.exports = Base64; } else { window.Base64 = Base64; } })(); + diff --git a/index.html b/index.html index a105222..f3a83b5 100644 --- a/index.html +++ b/index.html @@ -5,13 +5,6 @@