Skip to content
This repository has been archived by the owner on Mar 13, 2018. It is now read-only.

Commit

Permalink
cr cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelw committed Feb 11, 2014
1 parent 31044dd commit eb5ee79
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/NodeBind.js
Original file line number Diff line number Diff line change
Expand Up @@ -186,10 +186,8 @@
case 'select-one':
return 'change';
case 'range':
if (/Trident/.test(navigator.userAgent) ||
/MSIE/.test(navigator.userAgent)) {
if (/Trident|MSIE/.test(navigator.userAgent))
return 'change';
}
default:
return 'input';
}
Expand Down

0 comments on commit eb5ee79

Please sign in to comment.