Replace duplicate documentation on getProcedureParamNames

Replace the duplicate getProcedureDefintion documentation block above
getProcedureParamNames.
This commit is contained in:
Michael "Z" Goddard 2017-11-06 17:28:34 -05:00
parent ef961c5a4b
commit 888da915a5
No known key found for this signature in database
GPG key ID: 762CD40DD5349872

View file

@ -164,9 +164,9 @@ class Blocks {
}
/**
* Get the procedure definition for a given name.
* Get names of parameters for the given procedure.
* @param {?string} name Name of procedure to query.
* @return {?string} ID of procedure definition.
* @return {?Array.<string>} List of param names for a procedure.
*/
getProcedureParamNames (name) {
for (const id in this._blocks) {