mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-22 16:18:08 +02:00
Re-Fixed Formatting (Lint friendly)
This commit is contained in:
parent
2fbfed476e
commit
7ec282cbb0
1 changed files with 2 additions and 2 deletions
|
@ -144,7 +144,7 @@ var Catalog = (function CatalogClosure() {
|
|||
else if (outlineDict.has('Dest')) {
|
||||
dest = outlineDict.get('Dest');
|
||||
if (isName(dest))
|
||||
dest = dest.name;
|
||||
dest = dest.name;
|
||||
}
|
||||
var title = xref.fetchIfRef(outlineDict.get('Title'));
|
||||
var outlineItem = {
|
||||
|
@ -166,7 +166,7 @@ var Catalog = (function CatalogClosure() {
|
|||
if (isRef(obj) && !processed.has(obj)) {
|
||||
queue.push({obj: obj, parent: i.parent});
|
||||
processed.put(obj);
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue