Remove space at end of line.

This commit is contained in:
benbro 2012-06-18 23:02:23 +03:00
parent 6de284acc9
commit 76a296cac4

View File

@ -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;