OverviewSingleDeprecatedPropertiesEventsXSL Parameters

jsx3

class $Function

Object
->jsx3.$Function

class $Function
extends Object
Useful extensions to the JavaScript Function class.

Since:

3.7

Method Summary
jsx3.$Function
bind(thisObj : Object, argsArr : Array)
Returns a method that is this function applied to thisObj with arguments argsArr.
Methods Inherited From Object
toString
Method Detail

bind

jsx3.$Function bind(thisObj : Object, argsArr : Array)
Returns a method that is this function applied to thisObj with arguments argsArr.

Parameters:

thisObj
argsArr

Returns: