diff options
author | Moonchild <wolfbeast@users.noreply.github.com> | 2016-09-09 14:27:02 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-09-09 14:27:02 +0200 |
commit | 5f0a881d910e3f046b406bddaba6eecc5bba4c92 (patch) | |
tree | 23fa3ea21e8dd032fff05ed772ccbdaea6a42994 /toolkit/content | |
parent | f20661895505c1edbfd4bc8e2c955b9b7751791e (diff) | |
parent | 760ef63cd8def888a1c2a6d52ac84c32f7f89f0b (diff) | |
download | palemoon-gre-5f0a881d910e3f046b406bddaba6eecc5bba4c92.tar.gz |
Merge pull request #512 from binoc-software/pp-cleanup
Take files out of preprocessing that do not actually have preprocessing directives
Diffstat (limited to 'toolkit/content')
-rw-r--r-- | toolkit/content/jar.mn | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolkit/content/jar.mn b/toolkit/content/jar.mn index cfefe8a04..8debac151 100644 --- a/toolkit/content/jar.mn +++ b/toolkit/content/jar.mn @@ -31,7 +31,7 @@ toolkit.jar: content/global/directionDetector.html content/global/plugins.html content/global/plugins.css -* content/global/browser-child.js (browser-child.js) + content/global/browser-child.js (browser-child.js) content/global/browser-content.js (browser-content.js) *+ content/global/buildconfig.html (buildconfig.html) * content/global/contentAreaUtils.js (contentAreaUtils.js) |