[Pkg-javascript-commits] [pdf.js] 204/210: Adds compatibility.js to the Firefox extension
David Prévot
taffit at moszumanska.debian.org
Thu Jun 5 14:21:18 UTC 2014
This is an automated email from the git hooks/post-receive script.
taffit pushed a commit to branch upstream
in repository pdf.js.
commit d95f78610e8b8690eab276eeb17e5b65ab3bdd54
Author: Yury Delendik <ydelendik at mozilla.com>
Date: Thu May 29 11:50:16 2014 -0500
Adds compatibility.js to the Firefox extension
---
make.js | 1 +
web/viewer.html | 2 +-
2 files changed, 2 insertions(+), 1 deletion(-)
diff --git a/make.js b/make.js
index 8392bdc..a234017 100644
--- a/make.js
+++ b/make.js
@@ -630,6 +630,7 @@ target.firefox = function() {
defines: defines,
copy: [
[COMMON_WEB_FILES, FIREFOX_BUILD_CONTENT_DIR + '/web'],
+ ['web/compatibility.js', FIREFOX_BUILD_CONTENT_DIR + '/web'],
['external/bcmaps/*', FIREFOX_BUILD_CONTENT_DIR + '/web/cmaps'],
[FIREFOX_EXTENSION_DIR + 'tools/l10n.js',
FIREFOX_BUILD_CONTENT_DIR + '/web']
diff --git a/web/viewer.html b/web/viewer.html
index 00b303f..42911b0 100644
--- a/web/viewer.html
+++ b/web/viewer.html
@@ -38,7 +38,7 @@ http://sourceforge.net/adobe/cmap/wiki/License/
<link rel="resource" type="application/l10n" href="locale/locale.properties"/>
<!--#endif-->
-<!--#if !(FIREFOX || MOZCENTRAL || CHROME || MINIFIED)-->
+<!--#if !(MOZCENTRAL || CHROME || MINIFIED)-->
<script src="compatibility.js"></script>
<!--#endif-->
--
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