make 'names' accept only an array of strings, add warning comments about where new functions should be added

This commit is contained in:
Kevin Barabash
2017-08-26 19:15:40 -04:00
committed by Kevin Barabash
parent 6db61cb219
commit 12399da73d
7 changed files with 28 additions and 19 deletions

View File

@@ -231,7 +231,7 @@ defineFunction({
defineFunction({
type: "middle",
names: "\\middle",
names: ["\\middle"],
props: {
numArgs: 1,
},