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