Upgrade to ExtJS 4.0.2 - Released 06/09/2011
[extjs.git] / jsbuilder / src / Platform.js
1 Platform = {
2     isUnix: Fs.sep == '/',
3     isWindows: Fs.sep != '/'
4 };