Skip to content

Commit

Permalink
Merge pull request mozilla#7532 from Snuffleupagus/PDFViewer-remove-o…
Browse files Browse the repository at this point in the history
…bsolete-onAfterDraw-comment

Remove an obsolete comment for `onAfterDraw` in pdf_viewer.js
  • Loading branch information
brendandahl authored Aug 8, 2016
2 parents ca81f4d + 31cd23a commit 9408996
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion web/pdf_viewer.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,7 +323,6 @@ var PDFViewer = (function pdfViewer() {
// rendering.
self._buffer.push(this);
};
// when page is painted, using the image as thumbnail base
pageView.onAfterDraw = function pdfViewLoadOnAfterDraw() {
if (!isOnePageRenderedResolved) {
isOnePageRenderedResolved = true;
Expand Down

0 comments on commit 9408996

Please sign in to comment.