diff options
author | wout <wout@impinc.co.uk> | 2013-01-30 16:00:03 +0100 |
---|---|---|
committer | wout <wout@impinc.co.uk> | 2013-01-30 16:00:03 +0100 |
commit | 4a7588695a1b385f41acd6cbbfaf76b38b2a1439 (patch) | |
tree | 18cf5704748de3fde71281753809034886377dcf /src/event.js | |
parent | 610e40c62cfbd704db39c1516320de5cf61e36bd (diff) | |
download | svg.js-4a7588695a1b385f41acd6cbbfaf76b38b2a1439.tar.gz svg.js-4a7588695a1b385f41acd6cbbfaf76b38b2a1439.zip |
Added visible() and opacity() methods0.4
Diffstat (limited to 'src/event.js')
-rw-r--r-- | src/event.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/event.js b/src/event.js index 8e485b6..d2222bf 100644 --- a/src/event.js +++ b/src/event.js @@ -10,6 +10,8 @@ 'mouseover', 'mouseout', 'mousemove', + 'mouseenter', + 'mouseleave', 'touchstart', 'touchend', 'touchmove', |