Skip to content
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.

Class

logging

Clone this wiki locally