/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

  1. Platform = {
  2. isUnix: Fs.sep == '/',
  3. isWindows: Fs.sep != '/'
  4. };