summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2013-07-01 21:13:56 +0100
committerwout <wout@impinc.co.uk>2013-07-01 21:13:56 +0100
commitf492d5d57790e4f3606a3370b1e676a38a9fd7a9 (patch)
treea5137196343f953f4fff0124e9be6a22ec53421d
parentb4ccd8108c685d80f212abd9ec5810d45e12e7e7 (diff)
downloadsvg.js-f492d5d57790e4f3606a3370b1e676a38a9fd7a9.tar.gz
svg.js-f492d5d57790e4f3606a3370b1e676a38a9fd7a9.zip
Updated README0.25
-rw-r--r--README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/README.md b/README.md
index 1bb4449..8ad8ebd 100644
--- a/README.md
+++ b/README.md
@@ -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: