mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 01:35:43 +02:00
Consistently use string
for string data types in JSDoc comments
Sometimes we also used `String`, but `string` is the what the JSDoc documentation recommends.
This commit is contained in:
parent
e75991b49e
commit
efd331daa1
6 changed files with 13 additions and 13 deletions
|
@ -764,7 +764,7 @@ let PDFViewerApplication = {
|
|||
|
||||
/**
|
||||
* Show the error box.
|
||||
* @param {String} message A message that is human readable.
|
||||
* @param {string} message A message that is human readable.
|
||||
* @param {Object} moreInfo (optional) Further information about the error
|
||||
* that is more technical. Should have a 'message'
|
||||
* and optionally a 'stack' property.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue