mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
Rename DocumentAttachmentsView to PDFAttachmentView
This commit is contained in:
parent
2c19d99a2e
commit
609e2a30e9
2 changed files with 3 additions and 3 deletions
|
@ -18,7 +18,7 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
var DocumentAttachmentsView = function documentAttachmentsView(options) {
|
||||
var PDFAttachmentView = function documentAttachmentsView(options) {
|
||||
var attachments = options.attachments;
|
||||
var attachmentsView = options.attachmentsView;
|
||||
while (attachmentsView.firstChild) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue