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