Commit ea623cb5 by Stefan Siegl

New graphite function removeEmptySeries

parent 5b0585ac
...@@ -604,6 +604,11 @@ function (_, $) { ...@@ -604,6 +604,11 @@ function (_, $) {
}); });
addFuncDef({ addFuncDef({
name: 'removeEmptySeries',
category: categories.Filter
});
addFuncDef({
name: 'useSeriesAbove', name: 'useSeriesAbove',
category: categories.Filter, category: categories.Filter,
params: [ params: [
......
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