Advertisement
Guest User

Untitled

a guest
Aug 21st, 2017
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.30 KB | None | 0 0
  1. $(function () {
  2. $.browser.chrome = $.browser.webkit && !!window.chrome;
  3. $.browser.safari = $.browser.webkit && !window.chrome;
  4. $.browser.firefox = $.browser.mozilla
  5. $.browser.internetexplorer = window.navigator.userAgent.indexOf('MSIE ') > 0 || window.navigator.userAgent.indexOf('Trident/') > 0;
  6. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement