Gregg Tavares
81dc9862e4
fix to big data test
9 years ago
Feross Aboukhadijeh
2f12c12e39
move lookup variable inside closure
Fix #17
9 years ago
Feross Aboukhadijeh
2e27163fc3
style
preparing base64-js for standard v3, which now requires statements to
always use braces, except when they're on a single line.
10 years ago
Feross Aboukhadijeh
7e14c2eaa1
JavaScript Standard Style
https://github.com/feross/standard
10 years ago
Jesse Tane
e747cd5965
decode url-safe style base64
10 years ago
Michael Mayer
1966fa20bf
Fixes (UglifyJs) lint warnings
Fix: Symbol exports is declared but not referenced [lib/b64.js:3,12]
Fix: Symbol ZERO is declared but not referenced [lib/b64.js:10,5]
Fix: Symbol res is declared but not referenced [test/convert.js:14,1]
11 years ago
Feross Aboukhadijeh
df74bf0a17
consistent style
11 years ago
Feross Aboukhadijeh
32124f47e1
throw an error object
11 years ago
Feross Aboukhadijeh
ac3efd3a29
Fix regression: Old browser support
11 years ago
Dominic Tarr
96c7a98bfb
base64-js uses tabs, sorry!
11 years ago
Dominic Tarr
3381ae47a4
remove indexOf
11 years ago
Dominic Tarr
c9ac169fff
use hardcoded ranges instead of indexOf
11 years ago
Dominic Tarr
3deb9b4365
use typedarray, about 15% faster
11 years ago
Feross Aboukhadijeh
3f0fb6edf4
IE6-8 support
11 years ago
T. Jameson Little
b7e378cc27
Oops, apparently repo version is different than npm version
11 years ago
Jameson Little
5ac9f99e97
Test succeeds
13 years ago