mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 01:58:06 +02:00
Fix a couple of closure names.
This commit is contained in:
parent
e18264d289
commit
a84fbb9eb2
4 changed files with 4 additions and 4 deletions
|
@ -785,7 +785,7 @@ var PDFDoc = (function PDFDocClosure() {
|
|||
error('Only 3 component or 1 component can be returned');
|
||||
|
||||
var img = new Image();
|
||||
img.onload = (function jpegImageLoaderOnload() {
|
||||
img.onload = (function messageHandler_onloadClosure() {
|
||||
var width = img.width;
|
||||
var height = img.height;
|
||||
var size = width * height;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue