mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-19 22:58:07 +02:00
Correct a minor name issue in the outline viewer code
This commit is contained in:
parent
d302ac612e
commit
f4bb23a66b
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ var PDFOutlineViewer = (function PDFOutlineViewerClosure() {
|
|||
/**
|
||||
* @private
|
||||
*/
|
||||
_setStyles: function PDFOutlineView_setStyles(element, item) {
|
||||
_setStyles: function PDFOutlineViewer_setStyles(element, item) {
|
||||
var styleStr = '';
|
||||
if (item.bold) {
|
||||
styleStr += 'font-weight: bold;';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue