Built-In Namespace Function
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.
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.
Defined in: zwt.js.
- Parameters:
- {Function} superClass
- The super class to extend.