Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'libs/jquery/jquery.browser.js')
-rw-r--r--libs/jquery/jquery.browser.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/libs/jquery/jquery.browser.js b/libs/jquery/jquery.browser.js
deleted file mode 100644
index 3431f7cf31..0000000000
--- a/libs/jquery/jquery.browser.js
+++ /dev/null
@@ -1,4 +0,0 @@
-/*! jQuery Browser - v0.1.0 - 3/23/2012
-* https://github.com/jquery/jquery-browser
-* Copyright (c) 2012 John Resig; Licensed MIT */
-(function(a){var b,c=navigator.userAgent||"";a.uaMatch=function(a){a=a.toLowerCase();var b=/(chrome)[ \/]([\w.]+)/.exec(a)||/(webkit)[ \/]([\w.]+)/.exec(a)||/(opera)(?:.*version)?[ \/]([\w.]+)/.exec(a)||/(msie) ([\w.]+)/.exec(a)||a.indexOf("compatible")<0&&/(mozilla)(?:.*? rv:([\w.]+))?/.exec(a)||[];return{browser:b[1]||"",version:b[2]||"0"}},b=a.uaMatch(c),a.browser={},b.browser&&(a.browser[b.browser]=!0,a.browser.version=b.version),a.browser.webkit&&(a.browser.safari=!0)})(jQuery) \ No newline at end of file