Change case of "function"

This commit is contained in:
Schuyler Cebulskie
2016-11-12 21:07:22 -05:00
parent 90304aa7d6
commit b07a31d44e
4 changed files with 12 additions and 12 deletions

View File

@@ -22,8 +22,8 @@
"String": "string",
"Number": "number",
"Boolean": "boolean",
"Function": "function",
"object": "Object",
"function": "Function",
"array": "Array",
"date": "Date",
"error": "Error"