X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/3789b528d8dd8aad4558e38e22d775bcab1cbd36..6746dc89c47ed01b165cc1152533605f97eb8e8d:/docs/source/CookieProvider.html diff --git a/docs/source/CookieProvider.html b/docs/source/CookieProvider.html index dc6bee12..3feb41ce 100644 --- a/docs/source/CookieProvider.html +++ b/docs/source/CookieProvider.html @@ -15,8 +15,8 @@ -
/**
- * @class Ext.state.CookieProvider
+  
/**
+ * @class Ext.state.CookieProvider
  * @extends Ext.state.Provider
  * A Provider implementation which saves and retrieves state via cookies.
  * The CookieProvider supports the usual cookie options, such as:
@@ -43,13 +43,14 @@
  * all sub-domains if you need to access cookies across different sub-domains (defaults to null which uses the same
  * domain the page is running on including the 'www' like 'www.sencha.com')
  * @cfg {Boolean} secure True if the site is using SSL (defaults to false)
- * @constructor
- * Create a new CookieProvider
- * @param {Object} config The configuration object
  */
 Ext.define('Ext.state.CookieProvider', {
     extend: 'Ext.state.Provider',
 
+    /**
+     * Creates a new CookieProvider.
+     * @param {Object} config (optional) Config object.
+     */
     constructor : function(config){
         var me = this;
         me.path = "/";