Browse Source

Merge pull request #4416 from timvandermeij/function-typo

Fixes typo in function.js
Tim van der Meij 11 years ago
parent
commit
ca612e51ae
  1. 2
      src/shared/function.js

2
src/shared/function.js

@ -354,7 +354,7 @@ var PDFFunction = (function PDFFunctionClosure() { @@ -354,7 +354,7 @@ var PDFFunction = (function PDFFunctionClosure() {
var v2 = rmin + (v - dmin) * (rmax - rmin) / (dmax - dmin);
// call the appropropriate function
// call the appropriate function
return fns[i]([v2]);
};
},

Loading…
Cancel
Save