Browse Source

remove self-executing function

if folks miss the ability to drop this into the browser, open an issue
and we’ll add a built file to the repo
master
Feross Aboukhadijeh 9 years ago
parent
commit
370cdf6eb5
  1. 2
      lib/b64.js

2
lib/b64.js

@ -1,4 +1,3 @@
;(function (exports) {
'use strict'
var i
@ -128,4 +127,3 @@
exports.toByteArray = b64ToByteArray
exports.fromByteArray = uint8ToBase64
}(typeof exports === 'undefined' ? (this.base64js = {}) : exports))

Loading…
Cancel
Save