Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / state / SessionProvider.js
diff --git a/examples/state/SessionProvider.js b/examples/state/SessionProvider.js
deleted file mode 100644 (file)
index 7954189..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*!
- * Ext JS Library 3.0.3
- * Copyright(c) 2006-2009 Ext JS, LLC
- * licensing@extjs.com
- * http://www.extjs.com/license
- */
-Ext.state.SessionProvider = Ext.extend(Ext.state.CookieProvider, {\r
-    readCookies : function(){\r
-        if(this.state){\r
-            for(var k in this.state){\r
-                if(typeof this.state[k] == 'string'){\r
-                    this.state[k] = this.decodeValue(this.state[k]);\r
-                }\r
-            }\r
-        }\r
-        return Ext.apply(this.state || {}, Ext.state.SessionProvider.superclass.readCookies.call(this));\r
-    }\r
-});
\ No newline at end of file