Bug 1245832 - Update pdf.js to version 1.4.42. r=bdahl
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user