diff options
author | wout <wout@impinc.co.uk> | 2012-12-30 18:53:18 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2012-12-30 18:53:18 +0100 |
commit | cfabe5671d91b9f2acd000cdd4803fd014bfef2d (patch) | |
tree | dc84e6416ffd215ce4bcccf80d12918a6550e8fd /README.md | |
parent | f6724c34bfdd5d3e207b4fc395d988de617b2b94 (diff) | |
download | svg.js-cfabe5671d91b9f2acd000cdd4803fd014bfef2d.tar.gz svg.js-cfabe5671d91b9f2acd000cdd4803fd014bfef2d.zip |
Added dblclick to event.js
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -413,7 +413,7 @@ rect.click(function() { }); ``` -Available events are `click`, `mousedown`, `mouseup`, `mouseover`, `mouseout` and `mousemove`. +Available events are `click`, `dblclick`, `mousedown`, `mouseup`, `mouseover`, `mouseout` and `mousemove`. |