1
0
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:
Rod Vagg 2011-10-15 15:59:16 +11:00
parent 62a55250f8
commit ce7bd2f878

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