Rename DocumentAttachmentsView to PDFAttachmentView

This commit is contained in:
Tim van der Meij 2015-01-27 21:52:14 +01:00
parent 2c19d99a2e
commit 609e2a30e9
2 changed files with 3 additions and 3 deletions

View file

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