This website requires JavaScript.
Explore
Help
Register
Sign In
bonus
/
jstd-web
Watch
1
Star
0
Fork
You've already forked jstd-web
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
ae9cf31198
jstd-web
/
node_modules
/
diagram-js
/
lib
/
util
/
Platform.js
3 lines
71 B
JavaScript
Raw
Blame
History
export
function
isMac
(
)
{
return
(
/mac/i
)
.
test
(
navigator
.
platform
)
;
}
Reference in New Issue
View Git Blame
Copy Permalink