paper.js/src/core
Jürg Lehni b8a1fbcd67 Implement new convention when to call event.preventDefault() after mouse-events:
- If any of the handlers were called, except for mousemove events which need to call `event.preventDefault()` explicitly, or `return false;`.
- If this is a mousedown event, and the view or tools respond to mouseup.
2016-01-14 11:19:54 +01:00
..
Base.js A lot of work on documentation. 2016-01-08 20:45:54 +01:00
Emitter.js Implement new convention when to call event.preventDefault() after mouse-events: 2016-01-14 11:19:54 +01:00
PaperScope.js Further overhaul and streamline handling of view and tool mouse-events. 2016-01-14 02:08:33 +01:00
PaperScopeItem.js Various optimizations around Project#view. 2016-01-14 01:44:05 +01:00
PaperScript.js More work and clean-up on JSHint compliance. 2016-01-09 12:05:42 +01:00