Permalink
1 comment
on commit
sign in to comment.
Browse files
Rewrite of jQuery.browser to become engine-centric, rather than brows…
…er-centric. Also attempt to determine the engine version in a smarter fashion, less prone to error. Finally, enhanced the test suite with 255 useragent strings from http://user-agent-string.info/download for testing. jQuery.browser.safari is now deprecated, use jQuery.browser.webkit instead.
- Loading branch information
Showing
with
312 additions
and 43 deletions.
- +38 −10 src/core.js
- +255 −0 test/data/ua.txt
- +19 −33 test/unit/core.js

Oops, something went wrong.
This comment has been minimized.
FGRibreau commented onJan 6, 2010
ffb1867
Great idea