1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-21 15:48:06 +02:00

Minor code style improvements after #7539

This commit is contained in:
Tim van der Meij 2016-09-01 18:07:12 +02:00
parent 6bb95e3129
commit 7c961b6b7a
4 changed files with 29 additions and 27 deletions

View file

@ -98,7 +98,7 @@ IPDFTextLayerFactory.prototype = {
* @param {HTMLDivElement} textLayerDiv
* @param {number} pageIndex
* @param {PageViewport} viewport
* @param {Boolean} enhanceTextSelection
* @param {boolean} enhanceTextSelection
* @returns {TextLayerBuilder}
*/
createTextLayerBuilder: function (textLayerDiv, pageIndex, viewport,

View file

@ -51,7 +51,7 @@ var TEXT_LAYER_RENDER_DELAY = 200; // ms
* @property {IPDFTextLayerFactory} textLayerFactory
* @property {IPDFAnnotationLayerFactory} annotationLayerFactory
* @property {boolean} enhanceTextSelection - Turns on the text selection
* enhancement. The default is `false`.
* enhancement. The default is `false`.
*/
/**

View file

@ -36,7 +36,7 @@
* @property {PageViewport} viewport - The viewport of the text layer.
* @property {PDFFindController} findController
* @property {boolean} enhanceTextSelection - Option to turn on improved
* text selection.
* text selection.
*/
/**