You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Keep a UserAgent string for use with jQuery.browser
36
-
userAgent=navigator.userAgent.toLowerCase(),
36
+
userAgent=navigator.userAgent,
37
+
38
+
// For matching the engine and version of thte browser
39
+
browserMatch,
37
40
38
41
// Has the ready events already been bound?
39
42
readyBound=false,
@@ -618,17 +621,42 @@ jQuery.extend({
618
621
619
622
// Use of jQuery.browser is frowned upon.
620
623
// More details: http://docs.jquery.com/Utilities/jQuery.browser
0 commit comments