Rename DocumentOutlineView to PDFOutlineView

This commit is contained in:
Tim van der Meij 2015-01-27 22:40:12 +01:00
parent 3eeb571425
commit b17da309ed
2 changed files with 3 additions and 3 deletions

View file

@ -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) {