Class Index | File Index

Classes


Class core.Utils


Defined in: Utils.js.

Class Summary
Constructor Attributes Constructor Name and Description
 
A collection of useful utility functions
Method Summary
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)
Class Detail
core.Utils()
A collection of useful utility functions
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:
{*}

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Aug 06 2015 04:10:39 GMT+0200 (MESZ)