mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Merge pull request #2058 from Pimm/master
Small fixes for normal and potential post-compilation bugs
This commit is contained in:
commit
75e928c102
9 changed files with 53 additions and 29 deletions
|
@ -167,7 +167,7 @@ var PDFFunction = (function PDFFunctionClosure() {
|
|||
var range = IR[9];
|
||||
|
||||
if (m != args.length)
|
||||
error('Incorrect number of arguments: ' + inputSize + ' != ' +
|
||||
error('Incorrect number of arguments: ' + m + ' != ' +
|
||||
args.length);
|
||||
|
||||
var x = args;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue