feat(graphite): add optional parameter for perSecond

closes #966
This commit is contained in:
carl bergquist 2015-12-15 11:09:25 +01:00
parent 27a0ef7ee8
commit 28ec6b4d60

View File

@ -43,7 +43,7 @@ function (_, $) {
addFuncDef({
name: 'perSecond',
category: categories.Transform,
params: [],
params: [{ name: "max value", type: "int", optional: true }],
defaultParams: [],
});