Skip to content

Instantly share code, notes, and snippets.

@tmn
Created December 25, 2015 14:44
Show Gist options
  • Save tmn/01376227d19212c9ec4a to your computer and use it in GitHub Desktop.
Save tmn/01376227d19212c9ec4a to your computer and use it in GitHub Desktop.
var env = require('FuseJS/Environment');
env.mobile // true/false if mobile
env.iOS // true/false if iOS
env.android // true/false if android
env.desktop // true/false if desktop
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment