scratch-vm/test
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
..
fixtures Code review: more docs, move constants, clone util 2017-01-20 11:26:18 -08:00
integration Add pen integration test 2017-01-19 15:58:00 -08:00
unit Add unit tests for new color-related functionality 2017-01-19 15:24:45 -08:00
.eslintrc.js All linting other than console statements 2016-10-23 22:20:29 -04:00