Class Index | File Index

Classes


Namespace lib


Defined in: lib.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
lib
Method Summary
Method Attributes Method Name and Description
<inner>  
clone(obj)
Clones an object.
<inner>  
sha1(data)
SHA1 a string.
Namespace Detail
lib
Method Detail
<inner> {Object} clone(obj)
Clones an object.
Parameters:
{Object} obj
The object you want to clone.
Returns:
{Object} A copy of obj.

<inner> {String} sha1(data)
SHA1 a string.
Parameters:
{String} data
A string or buffer object.
Returns:
{String} Hexedecimal SHA1 value of data.

Documentation generated by JsDoc Toolkit 2.4.0 on Sun Apr 10 2011 12:31:29 GMT+0100 (BST)