summaryrefslogtreecommitdiff
path: root/app/views/switchboards/app.js
blob: a4aa10080f2c5d2c10966b6f5839f108dbcc98aa (plain)
1
2
3
4
5
6
7
8
window.App = Ember.Application.create({
    rootElement: '#xxxyyy',

    ready: function() { 
        App.view.appendTo('#xxxyyy');
    }
});