1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00

semicolon surprise

This commit is contained in:
Dustin Diaz 2013-12-03 14:46:08 -08:00
parent f448737f15
commit af42c3fd45
3 changed files with 3 additions and 3 deletions

View File

@ -129,4 +129,4 @@
} else bowser.x = t
return bowser
})
});

View File

@ -2,7 +2,7 @@
"name": "bowser"
, "description": "a browser detector"
, "keywords": ["ender", "browser", "sniff", "detection"]
, "version": "0.3.2"
, "version": "0.3.3"
, "homepage": "https://github.com/ded/bowser"
, "author": "Dustin Diaz <dustin@dustindiaz.com> (http://dustindiaz.com)"
, "main": "./bowser.js"

View File

@ -123,4 +123,4 @@
} else bowser.x = t
return bowser
})
});