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

Merge pull request #6 from rvagg/mozilla

jQuery compatibility: 'mozilla' for FF
This commit is contained in:
Dustin Diaz
2011-10-15 03:19:58 -07:00

View File

@@ -71,6 +71,7 @@
if (gecko) {
var o = {
gecko: t
, mozilla: t
, version: ua.match(/firefox\/(\d+(\.\d+)?)/i)[1]
}
if (firefox) o.firefox = t