mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Merge pull request #9590 from brendandahl/new-line
Add new line to default preferences.
This commit is contained in:
commit
b67f117b56
1 changed files with 1 additions and 1 deletions
|
@ -710,7 +710,7 @@ function preprocessDefaultPreferences(content) {
|
|||
defines: DEFINES,
|
||||
}, content);
|
||||
|
||||
return licenseHeader + '\n' + MODIFICATION_WARNING + '\n' + content;
|
||||
return licenseHeader + '\n' + MODIFICATION_WARNING + '\n' + content + '\n';
|
||||
}
|
||||
|
||||
gulp.task('firefox-pre', ['buildnumber', 'locale'], function () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue