mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 14:48:08 +02:00
Add new line to default preferences.
This commit is contained in:
parent
c0b22da02a
commit
0aa31a493b
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