1
0
Fork 0
mirror of https://github.com/mozilla/pdf.js.git synced 2025-04-26 10:08:06 +02:00

Fixes for subtile bugs that were introduced in 59283bdf6d and 99440ab691, among others.

This commit is contained in:
Pimm Hogeling 2012-08-31 13:37:44 +02:00
parent 8e50da78ee
commit 438e3c8f6d
6 changed files with 11 additions and 10 deletions

View file

@ -153,7 +153,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;