Created
December 25, 2015 14:44
-
-
Save tmn/01376227d19212c9ec4a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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