summaryrefslogtreecommitdiff
path: root/public/assets/javascripts/ui/site/HomeView.js
diff options
context:
space:
mode:
Diffstat (limited to 'public/assets/javascripts/ui/site/HomeView.js')
-rw-r--r--public/assets/javascripts/ui/site/HomeView.js11
1 files changed, 11 insertions, 0 deletions
diff --git a/public/assets/javascripts/ui/site/HomeView.js b/public/assets/javascripts/ui/site/HomeView.js
new file mode 100644
index 0000000..02f9ab9
--- /dev/null
+++ b/public/assets/javascripts/ui/site/HomeView.js
@@ -0,0 +1,11 @@
+
+var HomeView = View.extend({
+
+ initialize: function() {
+ },
+
+ load: function() {
+ this.projectList = new ProjectList ()
+ }
+
+})