Skip to content

Commit

Permalink
add more detail to mac reporting.
Browse files Browse the repository at this point in the history
  • Loading branch information
verbatim committed Feb 15, 2012
1 parent f2f5a39 commit 0086e7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion css_browser_selector_dev.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function css_browser_selector(u)
:is('ipad')?'ipad'
:is('playbook')?'playbook'
:is('kindle|silk')?'kindle'
:is('mac')?'mac'+ (/mac os x ((\d+)[.|_](\d+))/.test(ua) ? ' mac' + (RegExp.$1).replace('.',"_") : '' )
:is('mac')?'mac'+ (/mac os x ((\d+)[.|_](\d+))/.test(ua) ? ( ' mac' + (RegExp.$2) + ' mac' + (RegExp.$1).replace('.',"_") ) : '' )
:is('win')?'win'+
(is('windows nt 6.2')?' win8'
:is('windows nt 6.1')?' win7'
Expand Down

0 comments on commit 0086e7b

Please sign in to comment.