2016-03-16 11:03:06 +00:00
|
|
|
/**
|
2016-03-16 11:05:59 +00:00
|
|
|
* Fast UUID generator, RFC4122 version 4 compliant.
|
2016-03-16 11:03:06 +00:00
|
|
|
* author: Jeff Ward (jcward.com).
|
|
|
|
* license: MIT license
|
|
|
|
* link: http://stackoverflow.com/questions/105034/how-to-create-a-guid-uuid-in-javascript/21963136#21963136
|
|
|
|
**/
|
2017-10-26 08:17:17 +00:00
|
|
|
/** @license zlib.js 2012 - imaya [ https://github.com/imaya/zlib.js ] The MIT License */
|