X-Git-Url: http://git.ithinksw.org/extjs.git/blobdiff_plain/c930e9176a5a85509c5b0230e2bff5c22a591432..25ef3491bd9ae007ff1fc2b0d7943e6eaaccf775:/docs/source/SessionProvider.html diff --git a/docs/source/SessionProvider.html b/docs/source/SessionProvider.html deleted file mode 100644 index 042ec416..00000000 --- a/docs/source/SessionProvider.html +++ /dev/null @@ -1,21 +0,0 @@ - - - The source code - - - - -
Ext.state.SessionProvider = Ext.extend(Ext.state.CookieProvider, {
-    readCookies : function(){
-        if(this.state){
-            for(var k in this.state){
-                if(typeof this.state[k] == 'string'){
-                    this.state[k] = this.decodeValue(this.state[k]);
-                }
-            }
-        }
-        return Ext.apply(this.state || {}, Ext.state.SessionProvider.superclass.readCookies.call(this));
-    }
-});
- - \ No newline at end of file