Commit 7ffc4d38 by Torkel Ödegaard

Merge pull request #895 from ngmlabs/master

second parameter of groupByNode() should be 0 indexed
parents 1f241712 51bcbdac
......@@ -193,7 +193,7 @@ function (_) {
{
name: "node",
type: "int",
options: [1,2,3,4,5,6,7,8,9,10,12]
options: [0,1,2,3,4,5,6,7,8,9,10,12]
},
{
name: "function",
......
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