Remove space at end of line.
This commit is contained in:
parent
6de284acc9
commit
76a296cac4
@ -2379,7 +2379,7 @@ var Font = (function FontClosure() {
|
|||||||
styleElement = document.createElement('style');
|
styleElement = document.createElement('style');
|
||||||
styleElement.id = 'PDFJS_FONT_STYLE_TAG';
|
styleElement.id = 'PDFJS_FONT_STYLE_TAG';
|
||||||
document.documentElement.getElementsByTagName('head')[0].appendChild(
|
document.documentElement.getElementsByTagName('head')[0].appendChild(
|
||||||
styleElement);
|
styleElement);
|
||||||
}
|
}
|
||||||
|
|
||||||
var styleSheet = styleElement.sheet;
|
var styleSheet = styleElement.sheet;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user