mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-11-15 22:52:16 +03:00
Add BeOS to OS list
This commit is contained in:
@@ -154,7 +154,7 @@ function uaparser(uastring){
|
||||
/(mac)\s([\w\s\.]+)/i, // Mac
|
||||
|
||||
// Other
|
||||
/(unix|minix)[\/\s]?()*/i
|
||||
/(unix|minix|beos)[\/\s]?()*/i
|
||||
], ['name', 'version']);
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user