1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-22 16:18:08 +02:00

Merge pull request #10713 from Snuffleupagus/rm-JSDoc-annotation

Remove `src/core/annotation.js` from the `gulp jsdoc` build target
This commit is contained in:
Tim van der Meij 2019-04-04 23:15:02 +02:00 committed by GitHub
commit 57abddc9ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 2 deletions

View file

@ -811,7 +811,7 @@ class PDFDocumentProxy {
*
* @typedef {Object} TextContent
* @property {array} items - array of {@link TextItem}
* @property {Object} styles - {@link TextStyles} objects, indexed by font name.
* @property {Object} styles - {@link TextStyle} objects, indexed by font name.
*/
/**