mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Consistently use number
for numeric data types in JSDoc comments
Sometimes we also used `Number` and `integer`, but `number` is what the JSDoc documentation recommends.
This commit is contained in:
parent
ff37cdb5d7
commit
e75991b49e
5 changed files with 16 additions and 16 deletions
|
@ -215,7 +215,7 @@ function parseQueryString(query) {
|
|||
* that if the condition is true for one item in the array, then it is also true
|
||||
* for all following items.
|
||||
*
|
||||
* @returns {Number} Index of the first array element to pass the test,
|
||||
* @returns {number} Index of the first array element to pass the test,
|
||||
* or |items.length| if no such element exists.
|
||||
*/
|
||||
function binarySearchFirstItem(items, condition) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue