aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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: