Class Index | File Index

Classes


Built-In Namespace Function

Method Summary
Method Attributes Method Name and Description
 
bind(scope, args)
bind a function to any scope
Method Detail
{Function} bind(scope, args)
bind a function to any scope
Defined in: function.js.
Parameters:
{Object} scope
Scope of the function
{Array} args
fixed arguments given first
Returns:
{Function} binded function

Documentation generated by JsDoc Toolkit 2.3.2 on Mon Jan 09 2012 11:46:55 GMT+0100 (CET)