Bug 1245832 - Update pdf.js to version 1.4.42. r=bdahl

This commit is contained in:
Ryan VanderMeulen
2016-02-04 09:29:47 -05:00
parent 8bfcc305df
commit f39edea11c
6 changed files with 10004 additions and 9714 deletions

View File

@@ -165,7 +165,7 @@ var StepperManager = (function StepperManagerClosure() {
var stepperDiv = null;
var stepperControls = null;
var stepperChooser = null;
var breakPoints = {};
var breakPoints = Object.create(null);
return {
// Properties/functions needed by PDFBug.
id: 'Stepper',