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, 0 insertions, 8 deletions
diff --git a/app/views/switchboards/app.js b/app/views/switchboards/app.js
deleted file mode 100644
index a4aa100..0000000
--- a/app/views/switchboards/app.js
+++ /dev/null
@@ -1,8 +0,0 @@
-window.App = Ember.Application.create({
- rootElement: '#xxxyyy',
-
- ready: function() {
- App.view.appendTo('#xxxyyy');
- }
-});
-