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 772334d..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-/*\r
- * Ext JS Library 2.2.1\r
- * Copyright(c) 2006-2009, Ext JS, LLC.\r
- * licensing@extjs.com\r
- * \r
- * http://extjs.com/license\r
- */\r
-\r
-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