X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/jsbuilder/src/Platform.js diff --git a/jsbuilder/src/Platform.js b/jsbuilder/src/Platform.js new file mode 100644 index 00000000..4e569fdd --- /dev/null +++ b/jsbuilder/src/Platform.js @@ -0,0 +1,4 @@ +Platform = { + isUnix: Fs.sep == '/', + isWindows: Fs.sep != '/' +}; \ No newline at end of file