Skip to content

Commit

Permalink
Merge pull request Leaflet#4143 from Leaflet/msedge
Browse files Browse the repository at this point in the history
Implement L.Browser.edge
  • Loading branch information
mourner committed Jan 13, 2016
2 parents 87b30c2 + dde2404 commit 161172b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/Browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
L.Browser = {
ie: ie,
ielt9: ie && !document.addEventListener,
edge: 'msLaunchUri' in navigator && !('documentMode' in document),
webkit: webkit,
gecko: gecko,
android: ua.indexOf('android') !== -1,
Expand Down

0 comments on commit 161172b

Please sign in to comment.