summaryrefslogtreecommitdiff
path: root/app/views/switchboards/app.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/views/switchboards/app.js')
-rw-r--r--app/views/switchboards/app.js8
1 files changed, 8 insertions, 0 deletions
diff --git a/app/views/switchboards/app.js b/app/views/switchboards/app.js
new file mode 100644
index 0000000..a4aa100
--- /dev/null
+++ b/app/views/switchboards/app.js
@@ -0,0 +1,8 @@
+window.App = Ember.Application.create({
+ rootElement: '#xxxyyy',
+
+ ready: function() {
+ App.view.appendTo('#xxxyyy');
+ }
+});
+