callbacks.fireWith() 1.7 A reference to the context in which the callbacks in the list should be fired. An array or array-like object of arguments to pass to the callbacks in the list. If omitted or undefined, no arguments will be passed. Call all callbacks in a list with the given context and arguments.

This method returns the Callbacks object onto which it is attached (this).

Use callbacks.fireWith() to fire a list of callbacks with a specific context and an array of arguments: