guid.js
- Source
Members
(inner) _guid :Number
Unique ID for an element or function
Type:
- Number
- Source
Methods
(static) newGUID() → {number}
Get a unique auto-incrementing ID by number that has not been returned before.
- Source
Returns:
A new unique ID.
- Type:
- number
(static) resetGuidInTestsOnly()
Reset the unique auto-incrementing ID for testing only.
- Source