suspendListeners (obj, eventNames, target, method, callback) private
Suspends multiple listeners during a callback.
Parameters:
- obj
-
eventNames
Array
- Array of event names
-
target
Object|Function
- A target object or a function
-
method
Function|String
- A function or the name of a function to be called on `target`
-
callback
Function
Please login to continue.