Skip to content

Instantly share code, notes, and snippets.

@amclean
Created February 12, 2013 20:08
Show Gist options
  • Save amclean/4772944 to your computer and use it in GitHub Desktop.
Save amclean/4772944 to your computer and use it in GitHub Desktop.
ink
if(typeof Ink === 'undefined'){
var Ink = {};
Ink.$ = (jQuery) ? jQuery : $;
Ink.isMobile = function(){
return (/iphone|ipad|ipod|android|blackberry|mini|windows\sce|palm/i.test(navigator.userAgent.toLowerCase()));
};
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment