Fix linting

This commit is contained in:
Paul Kaplan 2017-11-02 17:14:00 -04:00
parent 5b9d4ae23e
commit 007fe2ed53

View file

@ -62,7 +62,7 @@ const parseProcedureArgIds = function (procCode) {
return parseProcedureArgMap(procCode)
.map(arg => arg.inputName)
.filter(name => name); // Filter out unnamed inputs which are labels
}
};
/**
* Flatten a block tree into a block list.