rse / pure-uuid

Pure JavaScript Based Universally Unique Identifiers (UUID)
https://www.npmjs.com/package/pure-uuid
66 stars 16 forks source link

Typo: UInt8Array #2

Closed frasern closed 9 years ago

frasern commented 9 years ago

When setting up the prototype, the code checks if UInt8Array is defined.

This looks like a typo; it should instead be checking for Uint8Array (lowercase i).