Skip to content

Commit

Permalink
Merge pull request #8649 from Snuffleupagus/es6-PDFLinkService-class
Browse files Browse the repository at this point in the history
Convert `PDFLinkService` to an ES6 class
  • Loading branch information
timvandermeij authored Jul 14, 2017
2 parents ca3c08f + 8ba8072 commit afb1cd7
Show file tree
Hide file tree
Showing 2 changed files with 390 additions and 397 deletions.
5 changes: 5 additions & 0 deletions web/interfaces.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,11 @@ class IPDFLinkService {
*/
executeNamedAction(action) {}

/**
* @param {Object} params
*/
onFileAttachmentAnnotation({ id, filename, content, }) {}

/**
* @param {number} pageNum - page number.
* @param {Object} pageRef - reference to the page.
Expand Down
Loading

0 comments on commit afb1cd7

Please sign in to comment.