Upgrade to ExtJS 4.0.0 - Released 04/26/2011
[extjs.git] / examples / app / nested-loading / app.js
diff --git a/examples/app/nested-loading/app.js b/examples/app/nested-loading/app.js
new file mode 100644 (file)
index 0000000..efd4778
--- /dev/null
@@ -0,0 +1,12 @@
+/**
+ * Books.app
+ * A MVC application which displays a list of books and their reviews.
+ * Uses nested data which is loaded from a single json file.
+ */
+Ext.application({
+    name: 'Books',
+
+    controllers: [
+        'Books'
+    ]
+});