Skip to content

Instantly share code, notes, and snippets.

@tekmonk
Created March 26, 2014 13:57
Show Gist options
  • Save tekmonk/9783644 to your computer and use it in GitHub Desktop.
Save tekmonk/9783644 to your computer and use it in GitHub Desktop.
// here it is not
if ( _.isUndefined( window.device )){
return 'local';
}else{
return 'local_app';
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment