Skip to content

Commit

Permalink
Merge ecbed92 into c40fea0
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielHeath committed Oct 9, 2016
2 parents c40fea0 + ecbed92 commit 88d35e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Select.js
Expand Up @@ -248,7 +248,7 @@ const Select = React.createClass({
if (!document.addEventListener && document.attachEvent) {
document.attachEvent('ontouchstart', this.handleTouchOutside);
} else {
document.addEventListener('touchstart', this.handleTouchOutside);
document.addEventListener('touchstart', this.handleTouchOutside);
}
} else {
if (!document.removeEventListener && document.detachEvent) {
Expand Down

0 comments on commit 88d35e2

Please sign in to comment.