mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-15 14:42:16 +03:00
Fix variable reference
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user