Fixes #105 (added 0 as option in aliasByNode)

This commit is contained in:
Torkel Ödegaard 2014-02-18 11:55:58 +01:00
parent 8846f63dcf
commit 64c7c9f712

View File

@ -97,7 +97,7 @@ function (_) {
addFuncDef({
name: 'aliasByNode',
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]
});