From 03ae9df2b5acbd2966ac1c2d21f7e620bf7e387f Mon Sep 17 00:00:00 2001 From: Piotr Sarnacki Date: Fri, 6 Feb 2015 11:31:28 +0100 Subject: [PATCH] dashboard/loading view doesn't need layout --- app/views/dashboard/loading.coffee | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app/views/dashboard/loading.coffee b/app/views/dashboard/loading.coffee index 2bad9c73..46fb86a2 100644 --- a/app/views/dashboard/loading.coffee +++ b/app/views/dashboard/loading.coffee @@ -1,7 +1,5 @@ `import Ember from 'ember'` -View = Ember.View.extend - layoutName: 'layouts/dashboard' - classNames: ['dashboard'] +View = Ember.View.extend() `export default View`