1
0
mirror of https://github.com/lancedikson/bowser synced 2025-06-13 13:03:52 +00:00
Commit Graph

13 Commits

Author SHA1 Message Date
skill83
45af8a7231 Added normalize function to get the first number of the browser version and using that one for bowser.version probably a solution to enable graded browser support (it wasn't working for me before) 2011-05-19 09:23:36 -07:00
skill83
3f29ac628e created one variable and use it in each of the places... changed 1 with true for evading coercion... 2011-05-19 09:02:40 -07:00
skill83
c3ccffcd2f Changed all the "1" width true for evading coercion in testing fore example in cases like this
if(bowser.msie && bowser.version < 9){
    //some stuff here
}
2011-05-18 03:24:52 -07:00
Dustin Diaz
22be8a6caa bump package 2011-05-17 11:39:44 -07:00
Dustin Diaz
75bf90dbc7 add keywords 2011-05-17 11:30:48 -07:00
Dustin Diaz
6792081d03 - adds graded support
- update readme
- bump package
2011-05-10 09:50:28 -07:00
Dustin Diaz
6d5a30df55 update ender example in readme 2011-05-02 13:35:22 -07:00
Dustin Diaz
141bf0bcec - export browser as an object and not a function
- bump package
2011-05-02 13:33:54 -07:00
Dustin Diaz
1e649921d7 Merge pull request #2 from mocheng/patch-1.
cache user agent detection result.
2011-04-30 08:56:51 -07:00
Morgan Cheng
fcba955d82 cache user agent detection result. 2011-04-29 20:07:14 -07:00
Dustin Diaz
c55dac559d Edited README.md via GitHub 2011-04-27 16:25:55 -07:00
Dustin Diaz
37dc232b5b set up package.json for npm publishing 2011-04-27 15:17:11 -07:00
Dustin Diaz
a1505c4fb0 boosh 2011-04-27 15:14:35 -07:00