Skip to content
Snippets Groups Projects
Commit 223adf46 authored by Tim van der Meij's avatar Tim van der Meij Committed by GitHub
Browse files

Merge pull request #7481 from Snuffleupagus/firefox-addon-remove-compatibility

[Firefox addon] Remove compatibility.js
parents bd562bb3 a69e862b
Branches
No related tags found
No related merge requests found
......@@ -694,7 +694,6 @@ target.firefox = function() {
[BUILD_TARGETS, FIREFOX_BUILD_CONTENT_DIR + BUILD_DIR],
[BUILD_DIR + 'viewer.js', FIREFOX_BUILD_CONTENT_DIR + '/web'],
[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']
......
......@@ -44,7 +44,7 @@ See https://github.com/adobe-type-tools/cmap-resources
<link rel="resource" type="application/l10n" href="locale/locale.properties">
<!--#endif-->
<!--#if !(MOZCENTRAL || CHROME || MINIFIED)-->
<!--#if !(FIREFOX || MOZCENTRAL || CHROME || MINIFIED)-->
<script src="compatibility.js"></script>
<!--#endif-->
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment