Remove left-over this.enhanceTextSelection property from the BaseViewer constructor (PR 9479 follow-up)

This commit is contained in:
Jonas Jenwald 2018-08-20 16:01:31 +02:00
parent 0b32dfea86
commit d7f6f4f051

View File

@ -145,7 +145,6 @@ class BaseViewer {
this.removePageBorders = options.removePageBorders || false;
this.textLayerMode = Number.isInteger(options.textLayerMode) ?
options.textLayerMode : TextLayerMode.ENABLE;
this.enhanceTextSelection = options.enhanceTextSelection || false;
this.imageResourcesPath = options.imageResourcesPath || '';
this.renderInteractiveForms = options.renderInteractiveForms || false;
this.enablePrintAutoRotate = options.enablePrintAutoRotate || false;