1
0
Fork 0
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:
Yury Delendik 2014-04-09 20:52:21 -05:00
parent 3a1cffa798
commit 9c84bfa416
2 changed files with 19 additions and 24 deletions

View file

@ -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