/ext-4.0.7/jsbuilder/src/Platform.js
https://bitbucket.org/srogerf/javascript · JavaScript · 4 lines · 4 code · 0 blank · 0 comment · 2 complexity · 24f52fdfd9cd55fbbef405a813a10542 MD5 · raw file
- Platform = {
- isUnix: Fs.sep == '/',
- isWindows: Fs.sep != '/'
- };