mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Fix typos
This commit is contained in:
parent
2f63ca0705
commit
ea2850e9a7
16 changed files with 30 additions and 30 deletions
2
external/builder/preprocessor2.js
vendored
2
external/builder/preprocessor2.js
vendored
|
@ -168,7 +168,7 @@ function postprocessNode(ctx, node) {
|
|||
if (node.callee.type === 'MemberExpression' &&
|
||||
isPDFJSPreprocessor(node.callee.object) &&
|
||||
node.callee.property.type === 'Identifier') {
|
||||
// PDFJSDev.xxxx(arg1, arg2, ...) => tranform
|
||||
// PDFJSDev.xxxx(arg1, arg2, ...) => transform
|
||||
var action = node.callee.property.name;
|
||||
return handlePreprocessorAction(ctx, action,
|
||||
node.arguments, node.loc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue