-
Method Summary
function bind (thisObject, argArray) return a function that invokes this as a method.
-
Method Details
-
bind
function bind (thisObject, argArray) return a function that invokes this as a method.
- Parameters:
thisObject - The object to which the function should be bound.
argArray - Zero or more argument values that will also be bound.
- Since:
- Standard ECMA-262 5th. Edition, Level 2 Document Object Model Core Definition.
- See Also:
-