diff options
author | wout <wout@impinc.co.uk> | 2014-02-20 19:12:04 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2014-02-20 19:12:04 +0100 |
commit | 2a986d0e0c78b7cdf1c96a737a050f4a764f0ce2 (patch) | |
tree | 639c03f130a7ffa38e0d0cfcf0d26f9bc522814e | |
parent | 3c780bf88d8b02c5d260987a74d06928274a2dac (diff) | |
download | svg.js-2a986d0e0c78b7cdf1c96a737a050f4a764f0ce2.tar.gz svg.js-2a986d0e0c78b7cdf1c96a737a050f4a764f0ce2.zip |
Updated README
-rwxr-xr-x | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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`__ |