Commit 64c7c9f7 by Torkel Ödegaard

Fixes #105 (added 0 as option in aliasByNode)

parent 8846f63d
...@@ -97,7 +97,7 @@ function (_) { ...@@ -97,7 +97,7 @@ function (_) {
addFuncDef({ addFuncDef({
name: 'aliasByNode', name: 'aliasByNode',
category: categories.Special, category: categories.Special,
params: [ { name: "node", type: "select", options: [1,2,3,4,5,6,7,8,9,10,12] } ], params: [ { name: "node", type: "select", options: [0,1,2,3,4,5,6,7,8,9,10,12] } ],
defaultParams: [3] defaultParams: [3]
}); });
......
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