1
0
mirror of https://github.com/lancedikson/bowser synced 2026-03-02 03:40:27 +00:00

Merge branch 'expand-browser-support' of https://github.com/Jimdo/bowser into make-testable-and-add-tests

Conflicts:
	src/bowser.js
	src/useragents.js
This commit is contained in:
BendingBender
2014-02-20 23:15:29 +01:00
3 changed files with 130 additions and 12 deletions

View File

@@ -13,11 +13,21 @@ if (bowser.msie && bowser.version <= 6) {
Detected Browsers
-----
* msie
* safari[webkit]
* android
* blackberry
* chrome[webkit]
* firefox[gecko]
* ipad
* iphone
* ipod
* msie
* opera
* phantomjs
* safari[webkit]
* seamonkey
* touchpad
* webos
* windows phone
Notes
----