Rename DocumentOutlineView to PDFOutlineView
This commit is contained in:
parent
3eeb571425
commit
b17da309ed
2 changed files with 3 additions and 3 deletions
|
@ -17,7 +17,7 @@
|
|||
|
||||
'use strict';
|
||||
|
||||
var DocumentOutlineView = function documentOutlineView(options) {
|
||||
var PDFOutlineView = function documentOutlineView(options) {
|
||||
var outline = options.outline;
|
||||
var outlineView = options.outlineView;
|
||||
while (outlineView.firstChild) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue