typo fixes

This commit is contained in:
AJ ONeal 2015-05-20 01:44:14 -06:00
parent 90b92e5fb5
commit 60e61beb06
1 changed files with 3 additions and 3 deletions

View File

@ -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;