Merge pull request from paulkaplan/publish-docs

Publish jsdoc to gh-pages
This commit is contained in:
Ray Schamp 2018-08-08 16:46:48 -04:00 committed by GitHub
commit 4b5cf6505a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
11 changed files with 155 additions and 48 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 = {};