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

Cleanups.

parent 45a30e36
......@@ -8,7 +8,6 @@ define('app/router', [ 'ember' ],
*/
function() {
return Ember.Router.extend({
enableLogging: true,
root: Ember.Route.extend({
......
......@@ -51,7 +51,7 @@ define('app/views/application', [
entriesBinding: 'controller.namespace.entriesController',
elementId: 'toggle-all',
checkedBinding: 'entries.allAreDone'
}),
})
}),
footerView: Ember.ContainerView.create({
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