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

6 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
6792081d03 - adds graded support
- update readme
- bump package
2011-05-10 09:50:28 -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
a1505c4fb0 boosh 2011-04-27 15:14:35 -07:00