second parameter of groupByNode() is 0 indexed

This commit is contained in:
George Negoita
2014-10-04 02:33:36 +03:00
parent e63889d5c4
commit 51bcbdac75
+1 -1
View File
@@ -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",