Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexblack committed Mar 15, 2012
1 parent d4523b0 commit c01723a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion google.fastbutton.js
Expand Up @@ -103,7 +103,7 @@

if (isTouch) {
// Don't need to use our custom addListener function since we only bust clicks on touch devices
//document.addEventListener('click', clickbuster.onClick, true);
document.addEventListener('click', clickbuster.onClick, true);
clickbuster.coordinates = [];
}
})(this);

0 comments on commit c01723a

Please sign in to comment.