mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 23:28:06 +02:00
Remove space at end of line.
This commit is contained in:
parent
6de284acc9
commit
76a296cac4
1 changed files with 1 additions and 1 deletions
|
@ -2379,7 +2379,7 @@ var Font = (function FontClosure() {
|
|||
styleElement = document.createElement('style');
|
||||
styleElement.id = 'PDFJS_FONT_STYLE_TAG';
|
||||
document.documentElement.getElementsByTagName('head')[0].appendChild(
|
||||
styleElement);
|
||||
styleElement);
|
||||
}
|
||||
|
||||
var styleSheet = styleElement.sheet;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue