Merge pull request #14818 from Sea-n/master
Use correct case for JavaScript
This commit is contained in:
commit
7ba71f56b4
@ -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;
|
||||
|
@ -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
|
||||
*
|
||||
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user