OverviewSingleDeprecatedPropertiesEventsXSL Parameters

jsx3

class $Object

Object
->jsx3.$Object

Direct Known Subclasses:

jsx3.$Hash, jsx3.$String

class $Object
extends Object
Useful extensions to the JavaScript Object class.

Since:

3.7

Method Summary
jsx3.$Object
Creates a new objects with all the same properties as this object.
void
extend(o : Object)
Copies all properties of o into this object.
Methods Inherited From Object
toString
Method Detail

clone

jsx3.$Object clone()
Creates a new objects with all the same properties as this object.

Returns:

 

extend

void extend(o : Object)
Copies all properties of o into this object.

Parameters:

o