Class core.Utils
Defined in: Utils.js.
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
A collection of useful utility functions
|
| Method Attributes | Method Name and Description |
|---|---|
| <inner> |
hashString(value)
Simple string hash
Based off http://stackoverflow.com/questions/7616461/generate-a-hash-from-string-in-javascript-jquery
|
| <inner> |
mergeItems(destination, source)
|
Method Detail
<inner>
{!number}
hashString(value)
Simple string hash
Based off http://stackoverflow.com/questions/7616461/generate-a-hash-from-string-in-javascript-jquery
- Parameters:
- {!string} value
- Returns:
- {!number}
<inner>
{*}
mergeItems(destination, source)
- Parameters:
- {*} destination
- {*} source
- Returns:
- {*}
