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