X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/7a654f8d43fdb43d78b63d90528bed6e86b608cc..3789b528d8dd8aad4558e38e22d775bcab1cbd36:/docs/source/Browser.html diff --git a/docs/source/Browser.html b/docs/source/Browser.html index f3dddc1f..be94c1e8 100644 --- a/docs/source/Browser.html +++ b/docs/source/Browser.html @@ -1,4 +1,21 @@ -Sencha Documentation Project
/**
+
+
+
+  
+  The source code
+  
+  
+  
+  
+
+
+  
/**
  * @class Ext.env.Browser
  * @extends Ext.Base
  * Provide useful information about the current browser.
@@ -51,19 +68,19 @@ Ext.define('Ext.env.Browser', {
         }
     },
 
-    /**
+    /**
      * True if the page is running over SSL
      * @type Boolean
      */
     isSecure: false,
 
-    /**
+    /**
      * True if the document is in strict mode
      * @type Boolean
      */
     isStrict: false,
 
-    /**
+    /**
      * A "hybrid" property, can be either accessed as a method call, i.e:
      * <pre><code>
      * if (Ext.browser.is('IE')) { ... }
@@ -86,30 +103,31 @@ Ext.define('Ext.env.Browser', {
      *
      * @param {String} value The OS name to check
      * @return {Boolean}
+     * @method
      */
     is: Ext.emptyFn,
 
-    /**
+    /**
      * Read-only - the full name of the current browser
      * Possible values are: IE, Firefox, Safari, Chrome, Opera and Other
      * @type String
      */
     name: null,
 
-    /**
+    /**
      * Read-only, refer to {@link Ext.Version}
      * @type Ext.Version
      */
     version: null,
 
-    /**
+    /**
      * Read-only - the full name of the current browser's engine
      * Possible values are: WebKit, Gecko, Presto, Trident and Other
      * @type String
      */
     engineName: null,
 
-    /**
+    /**
      * Read-only, refer to {@link Ext.Version}
      * @type Ext.Version
      */
@@ -173,4 +191,6 @@ Ext.define('Ext.env.Browser', {
     Ext.browser = new Ext.env.Browser();
 
 });
-
\ No newline at end of file +
+ +