Class Index | File Index

Classes


Built-In Namespace Function

Method Summary
Method Attributes Method Name and Description
 
bind(object)
Bind the function to the specified object.
 
inherits(superClass)
Specify that the current class extends the specified super class.
Method Detail
{Function} bind(object)
Bind the function to the specified object.
Defined in: zwt.js.
Parameters:
{Object} object
The object.
Returns:
The function.

inherits(superClass)
Specify that the current class extends the specified super class.
Defined in: zwt.js.
Parameters:
{Function} superClass
The super class to extend.

Documentation generated by JsDoc Toolkit 2.4.0 on Thu Jan 12 2012 02:07:51 GMT+0100 (CET)