mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Use correct case for JavaScript
This commit is contained in:
parent
452a98b0e0
commit
6bf978404e
2 changed files with 3 additions and 3 deletions
|
@ -136,7 +136,7 @@ function parseExpression(expr, dotDotAllowed, noExpr = true) {
|
|||
return null;
|
||||
}
|
||||
// TODO:
|
||||
// Javascript expression: should be a boolean operation with a path
|
||||
// JavaScript expression: should be a boolean operation with a path
|
||||
// so maybe we can have our own parser for that stuff or
|
||||
// maybe use the formcalc one.
|
||||
operator = operators.dotParen;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue