Pagawa / PgwBrowser

Browser & OS / platform detection plugin for jQuery and Zepto
GNU General Public License v3.0
64 stars 35 forks source link

fix Edge UA detection #13

Closed patrickkettner closed 3 years ago

patrickkettner commented 9 years ago

Since we are iterating through all of the browser data, and Edge contains part of chrome's UA string, you need to try to detect it first before detecting chrome.

also updated the older name Spartan to Edge

fixes #12