show/hide this revision's text 2 Added link to call() documentation.

functionName.call() takes an object instance as it's its first parameter. It then runs functionName within the context of that object instance (ie "this" is the specified instance)

show/hide this revision's text 1

functionName.call() takes an object instance as it's first parameter. It then runs functionName within the context of that object instance (ie "this" is the specified instance)