aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwout <wout@impinc.co.uk>2014-02-20 19:12:04 +0100
committerwout <wout@impinc.co.uk>2014-02-20 19:12:04 +0100
commit2a986d0e0c78b7cdf1c96a737a050f4a764f0ce2 (patch)
tree639c03f130a7ffa38e0d0cfcf0d26f9bc522814e
parent3c780bf88d8b02c5d260987a74d06928274a2dac (diff)
downloadsvg.js-2a986d0e0c78b7cdf1c96a737a050f4a764f0ce2.tar.gz
svg.js-2a986d0e0c78b7cdf1c96a737a050f4a764f0ce2.zip
Updated README
-rwxr-xr-xREADME.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 257b1a7..853c991 100755
--- a/README.md
+++ b/README.md
@@ -2339,7 +2339,7 @@ Removing it is quite as easy:
rect.click(null)
```
-All available evenets are: `click`, `dblclick`, `mousedown`, `mouseup`, `mouseover`, `mouseout`, `mousemove`, `mouseenter`, `mouseleave`, `touchstart`, `touchmove`, `touchleave`, `touchend`, `touchcancel`.
+All available evenets are: `click`, `dblclick`, `mousedown`, `mouseup`, `mouseover`, `mouseout`, `mousemove`, `mouseenter`, `mouseleave`, `touchstart`, `touchmove`, `touchleave`, `touchend` and `touchcancel`.
__`returns`: `itself`__