Some linter errors.
This commit is contained in:
parent
53a76f31b4
commit
f8daa1d76e
4 changed files with 12 additions and 7 deletions
|
|
@ -69,7 +69,7 @@ var COUNT = jet.COUNT
|
|||
// EVERY is aggregate function. Returns true if all input values are true, otherwise false
|
||||
var EVERY = jet.EVERY
|
||||
|
||||
// MAXf is aggregate function. Returns maximum value of expression across all input values
|
||||
// MAX is aggregate function. Returns maximum value of expression across all input values
|
||||
var MAX = jet.MAX
|
||||
|
||||
// MAXf is aggregate function. Returns maximum value of float expression across all input values
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue