Class Index | File Index

Classes


Namespace fabric.util.object

fabric.util.object
Defined in: lang_object.js.

Namespace Summary
Constructor Attributes Constructor Name and Description
 
Method Summary
Method Attributes Method Name and Description
<static>  
fabric.util.object.clone(object)
Creates an empty object and copies all enumerable properties of another object to it
<static>  
fabric.util.object.extend(destination, source)
Copies all enumerable properties of one object to another
Namespace Detail
fabric.util.object
Method Detail
<static> fabric.util.object.clone(object)
Creates an empty object and copies all enumerable properties of another object to it
Parameters:
{Object} object
Object to clone

<static> fabric.util.object.extend(destination, source)
Copies all enumerable properties of one object to another
Parameters:
{Object} destination
Where to copy to
{Object} source
Where to copy from

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Oct 14 2010 21:41:43 GMT-0400 (EDT)