1
0
mirror of https://github.com/lancedikson/bowser synced 2025-06-13 13:03:52 +00:00
This commit is contained in:
GitHub Merge Button 2011-04-29 09:10:03 -07:00
commit 74dd761370

View File

@ -37,6 +37,6 @@ then add bowser to your module collection
use it like this:
if ($.browser().chrome) {
if ($.bowser().chrome) {
alert('Hello Silicon Valley');
}