Upgrade to ExtJS 4.0.1 - Released 05/18/2011
[extjs.git] / jsbuilder / src / Platform.js
diff --git a/jsbuilder/src/Platform.js b/jsbuilder/src/Platform.js
new file mode 100644 (file)
index 0000000..4e569fd
--- /dev/null
@@ -0,0 +1,4 @@
+Platform = {
+    isUnix: Fs.sep == '/',
+    isWindows: Fs.sep != '/'
+};
\ No newline at end of file