typo fixes
This commit is contained in:
parent
90b92e5fb5
commit
60e61beb06
6
index.js
6
index.js
|
@ -181,10 +181,10 @@ Unibabel.b64ToUint6 = b64ToUint6;
|
||||||
|
|
||||||
// TypedArray <--> UTF-8
|
// TypedArray <--> UTF-8
|
||||||
Unibabel.strToUtf8Arr = strToUTF8Arr;
|
Unibabel.strToUtf8Arr = strToUTF8Arr;
|
||||||
Unibabel.Utf8ArrToStr = UTF8ArrToStr;
|
Unibabel.utf8ArrToStr = UTF8ArrToStr;
|
||||||
// TypedArray <--> Base64
|
// TypedArray <--> Base64
|
||||||
Unibabel.base64ToArr = base64EncArr;
|
Unibabel.arrToBase64 = base64EncArr;
|
||||||
Unibabel.arrToBase64 = base64DecToArr;
|
Unibabel.base64ToArr = base64DecToArr;
|
||||||
|
|
||||||
if ('undefined' !== typeof module) {
|
if ('undefined' !== typeof module) {
|
||||||
module.exports = exports = Unibabel;
|
module.exports = exports = Unibabel;
|
||||||
|
|
Loading…
Reference in New Issue