Commit Graph

3 Commits

Author SHA1 Message Date
Brian Schlenker 8277399c61 Fix bad merge (#79)
* Fix bad merge

Some classes were still prefixed by ascii,
and constants not prefixed by c.

* More es6 changes and refactorings

Added helper methods to vector for creating vector from touch event and
mouse event. Added up, down, left, right helper methods.

* Refactor draw.js into one module per draw function
2017-10-04 10:07:05 +01:00
Brian Schlenker 141b8eff92 Updated project to use es6 classes, arrow functions, latest closure-compiler, latest jquery (#77)
* Update jquer and closure compiler

* Move to es6 classes, arrow functions, for/of

* Move to es6 style modules

* Add .DS_Store to .gitignore

* Remove note to update compile.sh
2017-01-21 14:55:18 +00:00
Lewis Hemens e2aa7e7456 Added copy paste and cut functionality to select tool 2014-04-27 12:29:34 +01:00