Skip to content

Use correct case for JavaScript #14818

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 22, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/core/xfa/som.js
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down
4 changes: 2 additions & 2 deletions src/license_header_libre.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @licstart The following is the entire license notice for the
* Javascript code in this page
* JavaScript code in this page
*
* Copyright 2022 Mozilla Foundation
*
Expand All @@ -17,5 +17,5 @@
* limitations under the License.
*
* @licend The above is the entire license notice for the
* Javascript code in this page
* JavaScript code in this page
*/