use a nested table for every param with properties, not just the first one (#901)

This commit is contained in:
Jeff Williams 2015-02-02 08:24:28 -08:00
parent fdd7b31f94
commit eadccea5d2

View File

@ -19,6 +19,9 @@
parentParam.subparams.push(param);
params[i] = null;
}
else {
parentParam = param;
}
}
else {
parentParam = param;