[Pkg-javascript-commits] [pdf.js] 85/116: Rename document_attachments_view.js to pdf_attachment_view.js
David Prévot
taffit at moszumanska.debian.org
Fri Mar 6 16:20:04 UTC 2015
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch master
in repository pdf.js.
commit 2c19d99a2e945b42aba53d901b05af0a60f0bd5d
Author: Tim van der Meij <timvandermeij at gmail.com>
Date: Tue Jan 27 21:49:29 2015 +0100
Rename document_attachments_view.js to pdf_attachment_view.js
---
web/{document_attachments_view.js => pdf_attachment_view.js} | 0
web/viewer.html | 2 +-
web/viewer.js | 3 +--
3 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/web/document_attachments_view.js b/web/pdf_attachment_view.js
similarity index 100%
rename from web/document_attachments_view.js
rename to web/pdf_attachment_view.js
diff --git a/web/viewer.html b/web/viewer.html
index 1a6a406..f3c7ea0 100644
--- a/web/viewer.html
+++ b/web/viewer.html
@@ -76,7 +76,7 @@ http://sourceforge.net/adobe/cmap/wiki/License/
<script src="pdf_thumbnail_view.js"></script>
<script src="pdf_thumbnail_viewer.js"></script>
<script src="pdf_outline_view.js"></script>
- <script src="document_attachments_view.js"></script>
+ <script src="pdf_attachment_view.js"></script>
<script src="pdf_find_bar.js"></script>
<script src="pdf_find_controller.js"></script>
<script src="pdf_history.js"></script>
diff --git a/web/viewer.js b/web/viewer.js
index ac3a490..85340c4 100644
--- a/web/viewer.js
+++ b/web/viewer.js
@@ -87,6 +87,7 @@ var mozL10n = document.mozL10n || document.webL10n;
//#include pdf_viewer.js
//#include pdf_thumbnail_viewer.js
//#include pdf_outline_view.js
+//#include pdf_attachment_view.js
var PDFViewerApplication = {
initialBookmark: document.location.hash.substring(1),
@@ -1392,8 +1393,6 @@ var PDFViewerApplication = {
window.PDFView = PDFViewerApplication; // obsolete name, using it as an alias
//#endif
-//#include document_attachments_view.js
-
//#if CHROME
//(function rewriteUrlClosure() {
// // Run this code outside DOMContentLoaded to make sure that the URL
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-javascript/pdf.js.git
More information about the Pkg-javascript-commits
mailing list