Fixes #2715 - Adding Microsoft Edge UA string support to Browser.2716/head
commitd8b4369e46e3f5e31c2cce73d454ba5ad32f73a8
authorArian Stolwijk <stolwijk.arian@gmail.com>
Tue, 5 May 2015 10:52:28 +0000 (5 12:52 +0200)
committerArian Stolwijk <stolwijk.arian@gmail.com>
Tue, 5 May 2015 10:56:46 +0000 (5 12:56 +0200)
tree7b42969c9291f5d1315c6e8b44b4d68ff60007e1
parent8899c607cd56bbb3ab267b9d169db4b84bedc90c
Fixes #2715 - Adding Microsoft Edge UA string support to Browser.

The UA string looks like:
  Mozilla/5.0 (Windows NT 10.0; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/39.0.2171.71 Safari/537.36 Edge/12.0

Also fixes platform recognition, where the wrong variable was matched,
so it did not recognize windows/linux/mac, but identified it as 'other'.
Source/Browser/Browser.js
Specs/Browser/Browser.js