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