mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Fixes text-selection example
This commit is contained in:
parent
3a1cffa798
commit
9c84bfa416
2 changed files with 19 additions and 24 deletions
|
@ -444,8 +444,6 @@ var PDFPageProxy = (function PDFPageProxyClosure() {
|
|||
* @param {Object} params A parameter object that supports:
|
||||
* {
|
||||
* canvasContext(required): A 2D context of a DOM Canvas object.,
|
||||
* textLayer(optional): An object that has beginLayout, endLayout, and
|
||||
* appendText functions.,
|
||||
* imageLayer(optional): An object that has beginLayout, endLayout and
|
||||
* appendImage functions.,
|
||||
* continueCallback(optional): A function that will be called each time
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue