mirror of
https://github.com/lancedikson/bowser
synced 2024-10-27 20:34:22 +00:00
jQuery compatibility: 'mozilla' for FF
This commit is contained in:
parent
62a55250f8
commit
ce7bd2f878
@ -71,6 +71,7 @@
|
|||||||
if (gecko) {
|
if (gecko) {
|
||||||
var o = {
|
var o = {
|
||||||
gecko: t
|
gecko: t
|
||||||
|
, mozilla: t
|
||||||
, version: ua.match(/firefox\/(\d+(\.\d+)?)/i)[1]
|
, version: ua.match(/firefox\/(\d+(\.\d+)?)/i)[1]
|
||||||
}
|
}
|
||||||
if (firefox) o.firefox = t
|
if (firefox) o.firefox = t
|
||||||
|
Loading…
Reference in New Issue
Block a user