diff --git a/index.html b/index.html index 12d6958d1..dd963c707 100644 --- a/index.html +++ b/index.html @@ -1278,6 +1278,7 @@ _("fabio").capitalize();
Generate a globally-unique id for client-side models or DOM elements that need one. If prefix is passed, the id will be appended to it. + Without prefix, returns an integer.

 _.uniqueId('contact_');