Fixed root is undefined in some special environment. #7

This commit is contained in:
Chen, Yi-Cyuan
2017-01-18 09:44:08 +08:00
parent da009f933f
commit 8b9a23ce32
18 changed files with 194 additions and 173 deletions
-4
View File
@@ -67,10 +67,6 @@ md5.arrayBuffer(''); // ArrayBuffer
md5.buffer(''); // ArrayBuffer, deprecated, This maybe confuse with Buffer in node.js. Please use arrayBuffer instead.
```
## Benchmark
[UTF8](http://jsperf.com/md5-shootout/81)
[ASCII](http://jsperf.com/md5-shootout/82)
## License
The project is released under the [MIT license](http://www.opensource.org/licenses/MIT).