mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Small comment fix
This commit is contained in:
parent
03dff83a60
commit
1f1de20d11
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ var OverlayManager = {
|
|||
|
||||
/**
|
||||
* @param {string} name The name of the overlay that is registered. This must
|
||||
* be the equal to the ID of the overlay's DOM element.
|
||||
* be equal to the ID of the overlay's DOM element.
|
||||
* @param {function} callerCloseMethod (optional) The method that, if present,
|
||||
* will call OverlayManager.close from the Object
|
||||
* registering the overlay. Access to this method is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue