callbacks.fireWith( [context ] [, args ] )Returns: Callbacks
Description: Call all callbacks in a list with the given context and arguments.
-
version added: 1.7callbacks.fireWith( [context ] [, args ] )
- contextType:A reference to the context in which the callbacks in the list should be fired.
- args
-