Commit f0079582 authored by Pascal Hartig's avatar Pascal Hartig

React+Backbone: Fix permissions, remove assignment

parent c45f1cc6
...@@ -70,7 +70,7 @@ var app = app || {}; ...@@ -70,7 +70,7 @@ var app = app || {};
completed: this.setState.bind(this, {nowShowing: app.COMPLETED_TODOS}) completed: this.setState.bind(this, {nowShowing: app.COMPLETED_TODOS})
}); });
var router = new Router(); new Router();
Backbone.history.start(); Backbone.history.start();
this.props.todos.fetch(); this.props.todos.fetch();
......
File mode changed from 100755 to 100644
File mode changed from 100755 to 100644
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