mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-29 07:37:57 +02:00
Correct typos
This commit is contained in:
parent
497c0610cd
commit
a97dd26389
11 changed files with 11 additions and 11 deletions
|
@ -68,7 +68,7 @@ function parseIndex(index) {
|
|||
return parseInt(index, 10) || 0;
|
||||
}
|
||||
|
||||
// For now expressions containaing .[...] or .(...) are not
|
||||
// For now expressions containing .[...] or .(...) are not
|
||||
// evaluated so don't parse them.
|
||||
// TODO: implement that stuff and the remove the noExpr param.
|
||||
function parseExpression(expr, dotDotAllowed, noExpr = true) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue