Fix another JSDoc type issue

This commit is contained in:
Schuyler Cebulskie
2016-11-12 21:10:28 -05:00
parent b07a31d44e
commit c65d7a10ec
2 changed files with 3 additions and 2 deletions

View File

@@ -26,7 +26,8 @@
"function": "Function",
"array": "Array",
"date": "Date",
"error": "Error"
"error": "Error",
"null": "void"
}
}],