Commit 65a8ecfa authored by Arthur Verschaeve's avatar Arthur Verschaeve

marionette: code style fix for #1271

  "When using anonymous functions, leave a space between the function name and
  opening parenthesis."

https://github.com/tastejs/todomvc/blob/master/codestyle.md#anonymous-functions
parent 5e715bc1
......@@ -71,7 +71,7 @@
<script src="js/TodoMVC.TodoList.js"></script>
<script>
$(function () {
TodoMVC.on('start', function() {
TodoMVC.on('start', function () {
Backbone.history.start();
});
// start the TodoMVC app (defined in js/TodoMVC.js)
......
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