callbacks.has( [callback ] )Returns: Boolean
Description: Determine whether or not the list has any callbacks attached. If a callback is provided as an argument, determine whether it is in a list.
-
version added: 1.7callbacks.has( [callback ] )
- callbackType: Function()The callback to search for.
-