From ffc597f222c50f3887f10270949dcc0020ae4abf Mon Sep 17 00:00:00 2001
From: Ian Gulliver
Date: Sat, 14 Jun 2014 10:28:52 -0700
Subject: [PATCH] Document uuid()
---
reference.html | 13 +++++++++++++
1 file changed, 13 insertions(+)
diff --git a/reference.html b/reference.html
index be05753..0240278 100644
--- a/reference.html
+++ b/reference.html
@@ -66,6 +66,7 @@
unpin()
getPins()
trackEvent()
+ uuid()
@@ -631,6 +632,18 @@ library, trackEvent() provides a passthrough to the analytics interface.
event. To tie together tracking data, it is recommended that you send at least one pageview from
your application code.
+
+
+
+Arguments: none
+
+Returns: A new, random universally unique identifier string
+
+Generate and return a new
+UUID. This generates a
+fully random verison 4 UUID; it is not MAC-based.
+
+