Class Index | File Index

Classes


Built-In Namespace Function

Method Summary
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.
Parameters:
{Object} thisArg
Object to bind function to
{Any[]} ... Optional
Values to pass to a bound function
Returns:
{Function}
See:
Function#bind on MDN

Documentation generated by JsDoc Toolkit 2.4.0 on Tue Jun 28 2011 18:47:44 GMT-0400 (EDT)