X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..refs/heads/master:/docs/api/Ext.env.OS.html diff --git a/docs/api/Ext.env.OS.html b/docs/api/Ext.env.OS.html deleted file mode 100644 index 014023e9..00000000 --- a/docs/api/Ext.env.OS.html +++ /dev/null @@ -1,52 +0,0 @@ -
Provide useful information about the current operating system environment. Access the global instance stored in Ext.os. Example:
- -if (Ext.os.is.Windows) {
- // Windows specific code here
-}
-
-if (Ext.os.is.iOS) {
- // iPad, iPod, iPhone, etc.
-}
-
-console.log("Version " + Ext.os.version);
-
-
-
-For a full list of supported values, refer to: Ext.env.OS.is
-