Commit 127c55a1 authored by Stas SUȘCOV's avatar Stas SUȘCOV

Cleanups.

parent 45a30e36
...@@ -8,7 +8,6 @@ define('app/router', [ 'ember' ], ...@@ -8,7 +8,6 @@ define('app/router', [ 'ember' ],
*/ */
function() { function() {
return Ember.Router.extend({ return Ember.Router.extend({
enableLogging: true,
root: Ember.Route.extend({ root: Ember.Route.extend({
......
...@@ -51,7 +51,7 @@ define('app/views/application', [ ...@@ -51,7 +51,7 @@ define('app/views/application', [
entriesBinding: 'controller.namespace.entriesController', entriesBinding: 'controller.namespace.entriesController',
elementId: 'toggle-all', elementId: 'toggle-all',
checkedBinding: 'entries.allAreDone' checkedBinding: 'entries.allAreDone'
}), })
}), }),
footerView: Ember.ContainerView.create({ footerView: Ember.ContainerView.create({
elementId: 'footer', elementId: 'footer',
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment