You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
jacoblyles edited this page Jun 15, 2011
·
5 revisions
isArray(obj)
##bind
###parameters
ctx - an object
fun - a function or string
<arg1, arg2, ...> - optional arguments to fun
###description
bind returns a reference to a function object with this bound to ctx and each arg bound to an appropriate ordinal parameter, if they exist, and to an entry in the arguments array. fun can either be a reference to a function object or a string.