Home | History | Annotate | Download | only in docs

Lines Matching full:navigator

47 /*global console, document, navigator, setTimeout, window */
85 var isIE6 = navigator && navigator.userAgent &&
86 /\bMSIE 6\./.test(navigator.userAgent);