mirror of
https://github.com/openseadragon/openseadragon.git
synced 2024-11-21 20:56:09 +03:00
fix documentation for rejectEventHandler
This commit is contained in:
parent
2add108539
commit
a55071f67b
@ -215,8 +215,8 @@ $.EventSource.prototype = {
|
||||
/**
|
||||
* Set an event name as being disabled, and provide an optional error message
|
||||
* to be printed to the console
|
||||
* @param {String} eventName
|
||||
* @param {[String]} errorMessage
|
||||
* @param {String} eventName - Name of the event
|
||||
* @param {String} [errorMessage] - Optional string to print to the console
|
||||
*/
|
||||
rejectEventHandler(eventName, errorMessage = ''){
|
||||
this.rejectedEventList[eventName] = errorMessage;
|
||||
|
Loading…
Reference in New Issue
Block a user