Fix various jsdoc issues preventing the docs from building

This commit is contained in:
Paul Kaplan 2018-07-31 09:01:37 -04:00
parent 5a429d90be
commit 138d7136af
8 changed files with 13 additions and 13 deletions
src/engine

View file

@ -41,7 +41,7 @@ const defaultBlockPackages = {
/**
* Information used for converting Scratch argument types into scratch-blocks data.
* @type {object.<ArgumentType, {shadowType: string, fieldType: string}>}}
* @type {object.<ArgumentType, {shadowType: string, fieldType: string}>}
*/
const ArgumentTypeMap = (() => {
const map = {};