1
0
mirror of https://github.com/lancedikson/bowser synced 2024-10-27 20:34:22 +00:00
This commit is contained in:
Kenneth Kufluk 2011-04-28 16:12:06 -07:00
parent c55dac559d
commit 33eda62093

View File

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