mirror of
https://github.com/zen-browser/pdf.js.git
synced 2025-07-09 17:55:37 +02:00
Merge pull request #4416 from timvandermeij/function-typo
Fixes typo in function.js
This commit is contained in:
commit
ca612e51ae
1 changed files with 1 additions and 1 deletions
|
@ -354,7 +354,7 @@ var PDFFunction = (function PDFFunctionClosure() {
|
||||||
|
|
||||||
var v2 = rmin + (v - dmin) * (rmax - rmin) / (dmax - dmin);
|
var v2 = rmin + (v - dmin) * (rmax - rmin) / (dmax - dmin);
|
||||||
|
|
||||||
// call the appropropriate function
|
// call the appropriate function
|
||||||
return fns[i]([v2]);
|
return fns[i]([v2]);
|
||||||
};
|
};
|
||||||
},
|
},
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue