]> source.dussan.org Git - svg.js.git/commit
improved SVG.on and el.on (#727)
authorUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Fri, 28 Jul 2017 13:07:36 +0000 (15:07 +0200)
committerUlrich-Matthias Schäfer <ulima.ums@googlemail.com>
Fri, 28 Jul 2017 13:07:36 +0000 (15:07 +0200)
commit1f8a1993dae082c689d3a014891f4c1f87882b5f
treefc25c60d1dbd000e73f7f1c645b70dd3fde1e2de
parent6faf2c538a90e99e5fadd8662955466ba4ebe6f1
improved SVG.on and el.on (#727)

- `SVG.on()` calls the listener in the context of the passed object. el.on always uses the svg.js object as context
- `SVG.on()` and `el.on()` now accepts multiple comma or space seperated events e.g. "mousedown, foo bar" (#727)
CHANGELOG.md
dist/svg.js
dist/svg.min.js
spec/spec/event.js
src/event.js