Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / calendar / app / calendar-list.js
diff --git a/examples/calendar/app/calendar-list.js b/examples/calendar/app/calendar-list.js
deleted file mode 100644 (file)
index 70ca4da..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/*!
- * Ext JS Library 3.3.1
- * Copyright(c) 2006-2010 Sencha Inc.
- * licensing@sencha.com
- * http://www.sencha.com/license
- */
-var calendarList = {
-    "calendars":[{
-        "id":1,
-        "title":"Home"
-    },{
-        "id":2,
-        "title":"Work"
-    },{
-        "id":3,
-        "title":"School"
-    }]
-};