scratch-vm/src
Christopher Willis-Ford 88cc50aa18 Code review: more docs, move constants, clone util
Changes include:
- Added missing JSDoc for items in `scratch3_pen.js` and `target.js`.
- Moved constants used by `Scratch3PenBlocks` into the class.
- Created a constant for minimum and maximum pen size.
- Added `util/clone.js` to host cloning functionality.
- Pen blocks now check for the renderer before trying to use it.
- The pen integration test covers all blocks, though `clear`, `stamp`,
  and `pen down` will skip some of their functionality when there is no
  renderer.
2017-01-20 11:26:18 -08:00
..
blocks Code review: more docs, move constants, clone util 2017-01-20 11:26:18 -08:00
engine Code review: more docs, move constants, clone util 2017-01-20 11:26:18 -08:00
import Implement pen blocks 2017-01-19 11:51:22 -08:00
io Resolve merge conflicts 2016-10-24 15:53:42 -04:00
sprites Lint fixes and related cleanup 2017-01-19 12:50:46 -08:00
util Code review: more docs, move constants, clone util 2017-01-20 11:26:18 -08:00
.eslintrc.js Update to eslint-config-scratch 2.0 2016-10-24 11:39:39 -04:00
index.js Move build outputs into a dist/ subdirectory (#375) 2017-01-13 13:34:26 -08:00
virtual-machine.js Move build outputs into a dist/ subdirectory (#375) 2017-01-13 13:34:26 -08:00