Commit a3384d51 by Torkel Ödegaard

Merge pull request #461 from tmonk42/isNonNull

add graphite function isNonNull
parents 0f7a55d0 b38f6e80
...@@ -70,6 +70,11 @@ function (_) { ...@@ -70,6 +70,11 @@ function (_) {
}); });
addFuncDef({ addFuncDef({
name: 'isNonNull',
category: categories.Combine,
});
addFuncDef({
name: 'rangeOfSeries', name: 'rangeOfSeries',
category: categories.Combine category: categories.Combine
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment