Skip to content

Commit

Permalink
support for firefox os specific devices
Browse files Browse the repository at this point in the history
  • Loading branch information
Athou committed Dec 13, 2013
1 parent e243fb7 commit 09d5b4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/device.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ device.windowsTablet = ->
device.windows() and _find 'touch'

device.fxos = ->
_find('(mobile; rv:') or _find('(tablet; rv:')
(_find('(mobile;') or _find('(tablet;')) and _find('; rv:')

device.fxosPhone = ->
device.fxos() and _find 'mobile'
Expand Down

0 comments on commit 09d5b4a

Please sign in to comment.