PageRenderTime 20ms CodeModel.GetById 13ms app.highlight 5ms RepoModel.GetById 0ms app.codeStats 0ms

/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
1Platform = {
2    isUnix: Fs.sep == '/',
3    isWindows: Fs.sep != '/'
4};