Built-In Namespace Function
| Method Attributes | Method Name and Description |
|---|---|
|
bind(thisArg)
Cross-browser approximation of ES5 Function.prototype.bind (not fully spec conforming)
|
Method Detail
{Function}
bind(thisArg)
Cross-browser approximation of ES5 Function.prototype.bind (not fully spec conforming)
Defined in: lang_function.js.
Defined in: lang_function.js.
- Parameters:
- {Object} thisArg
- Object to bind function to
- {Any[]} ... Optional
- Values to pass to a bound function
- Returns:
- {Function}
- See:
- Function#bind on MDN