Skip to content

Commit

Permalink
touchstart -> tap
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathanong committed Mar 17, 2014
1 parent 335d3c8 commit cb50cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/index.js
Expand Up @@ -29,7 +29,7 @@ document.addEventListener('keyup', function (e) {
}, false)

eevee(document)
.on('click touchstart', '.Dropdown-toggle', function (e) {
.on('click tap', '.Dropdown-toggle', function (e) {
e.preventDefault()
e.stopPropagation()

Expand Down

0 comments on commit cb50cb5

Please sign in to comment.