Added parameter to keepLastValue graphite function definition (default 100), Closes #459

This commit is contained in:
Torkel Ödegaard
2014-06-02 19:17:05 +02:00
parent f799ded434
commit 384687e19b
2 changed files with 3 additions and 0 deletions

View File

@@ -231,6 +231,8 @@ function (_) {
addFuncDef({
name: 'keepLastValue',
category: categories.Special,
params: [ { name: "n", type: "int", } ],
defaultParams: [100]
});
addFuncDef({