From 2fc8324aed4e0ca55e9ed3f5252658cedadf23a0 Mon Sep 17 00:00:00 2001 From: rolux Date: Mon, 3 Aug 2015 14:44:41 +0200 Subject: [PATCH] update Ox.parseUserAgent --- source/Ox/js/String.js | 1 + 1 file changed, 1 insertion(+) diff --git a/source/Ox/js/String.js b/source/Ox/js/String.js index 76810a85..a07accd8 100644 --- a/source/Ox/js/String.js +++ b/source/Ox/js/String.js @@ -354,6 +354,7 @@ Ox.parseUserAgent = function(userAgent) { '10.8': '10.8 (Mountain Lion)', '10.9': '10.9 (Mavericks)', '10.10': '10.10 (Yosemite)', + '10.11': '10.11 (El Capitan)', 'CrOS': 'Chrome OS', 'NT 4.0': 'NT 4.0 (Windows NT)', 'NT 4.1': 'NT 4.1 (Windows 98)',