Skip to content

Commit

Permalink
Merge pull request mozilla#8649 from Snuffleupagus/es6-PDFLinkService…
Browse files Browse the repository at this point in the history
…-class

Convert `PDFLinkService` to an ES6 class
  • Loading branch information
timvandermeij authored Jul 14, 2017
2 parents 3f450fc + 54baa62 commit 9718dee
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 9718dee

Please sign in to comment.