Skip to content

Commit d54b03b

Browse files
committed
Merge branch 'master' of https://github.com/bitovi/syn
2 parents 45d8e1b + d3ea857 commit d54b03b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/synthetic.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,8 @@ var extend = function (d, s) {
1111
},
1212
// only uses browser detection for key events
1313
browser = {
14-
msie: !! (window.attachEvent && !window.opera),
14+
//msie: !! (window.attachEvent && !window.opera),
15+
msie: (!!(window.attachEvent && !window.opera) || (navigator.userAgent.indexOf('Trident/') > -1)),
1516
opera: !! window.opera,
1617
webkit: navigator.userAgent.indexOf('AppleWebKit/') > -1,
1718
safari: navigator.userAgent.indexOf('AppleWebKit/') > -1 && navigator.userAgent.indexOf('Chrome/') === -1,

0 commit comments

Comments
 (0)