New graphite function removeEmptySeries

This commit is contained in:
Stefan Siegl 2015-07-17 12:32:21 +02:00
parent 5b0585ac7f
commit ea623cb5a1

View File

@ -603,6 +603,11 @@ function (_, $) {
defaultParams: [5]
});
addFuncDef({
name: 'removeEmptySeries',
category: categories.Filter
});
addFuncDef({
name: 'useSeriesAbove',
category: categories.Filter,