few methods moved to utils
This commit is contained in:
@ -29,7 +29,7 @@ var inputWithName = function (inputs, name) {
|
||||
});
|
||||
|
||||
if (index === -1) {
|
||||
console.error('indexed paray with name ' + name + ' not found');
|
||||
console.error('indexed param with name ' + name + ' not found');
|
||||
return undefined;
|
||||
}
|
||||
return inputs[index];
|
||||
|
Reference in New Issue
Block a user