diff options
author | wout <wout@impinc.co.uk> | 2013-07-01 21:13:56 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-07-01 21:13:56 +0100 |
commit | f492d5d57790e4f3606a3370b1e676a38a9fd7a9 (patch) | |
tree | a5137196343f953f4fff0124e9be6a22ec53421d | |
parent | b4ccd8108c685d80f212abd9ec5810d45e12e7e7 (diff) | |
download | svg.js-f492d5d57790e4f3606a3370b1e676a38a9fd7a9.tar.gz svg.js-f492d5d57790e4f3606a3370b1e676a38a9fd7a9.zip |
Updated README0.25
-rw-r--r-- | README.md | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -1116,9 +1116,6 @@ Obviously unbinding is practically the same: SVG.off(window, 'click', click) ``` -Available events are `click`, `dblclick`, `mousedown`, `mouseup`, `mouseover`, `mouseout`, `mousemove`, `mouseenter`, `mouseleave`, `touchstart`, `touchend`, `touchmove` and `touchcancel`. - - ## Data The `data()` method allows you to bind arbitrary objects, strings and numbers to SVG elements: |