Skip to content

Commit

Permalink
修复一些题的issue
Browse files Browse the repository at this point in the history
  • Loading branch information
duhongbin01 committed Jul 15, 2017
1 parent 86b74e6 commit e1ccbe7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ua-device.js
Original file line number Diff line number Diff line change
Expand Up @@ -595,7 +595,7 @@ module.exports = function (ua) {
uaData.browser.version = {original: match[1]};
}
} else {
uaData.browser.name = 'Google Browser';
uaData.browser.name = 'Android Browser';
uaData.browser.version = {original: match[1]};
}
}
Expand Down

0 comments on commit e1ccbe7

Please sign in to comment.