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 Wed Nov 09 2011 19:29:06 GMT+0100 (CET)