mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 07:58:45 +03:00
Fix variable reference
This commit is contained in:
parent
d3e99f95b3
commit
8718f3bbdf
@ -122,7 +122,7 @@ function uaparser(uastring){
|
||||
|
||||
// Windows based
|
||||
/(windows)\s?([\w\.\s]+)*/i, // Windows
|
||||
], ['name', ['version', /(nt\s[\d\.]+)/gi, this.winMap]], [
|
||||
], ['name', ['version', /(nt\s[\d\.]+)/gi, winMap]], [
|
||||
|
||||
// Mobile/Embedded OS
|
||||
/(blackberry).+version\/([\w\.]+)/i, // Blackberry
|
||||
|
Loading…
x
Reference in New Issue
Block a user