mirror of
https://github.com/faisalman/ua-parser-js.git
synced 2025-09-27 07:58:45 +03:00
Add BeOS to OS list
This commit is contained in:
parent
43de9b8127
commit
7182be9f3f
@ -154,7 +154,7 @@ function uaparser(uastring){
|
|||||||
/(mac)\s([\w\s\.]+)/i, // Mac
|
/(mac)\s([\w\s\.]+)/i, // Mac
|
||||||
|
|
||||||
// Other
|
// Other
|
||||||
/(unix|minix)[\/\s]?()*/i
|
/(unix|minix|beos)[\/\s]?()*/i
|
||||||
], ['name', 'version']);
|
], ['name', 'version']);
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user