Binds the function to undefined and the given params. Uses Function.bind if available or creates its own wrapper if not.
the function to bind to the given parameters
the parameters to which the function is partially bound
a partially bound function
Generated using TypeDoc
Binds the function to undefined and the given params. Uses Function.bind if available or creates its own wrapper if not.