Skip to content

Commit

Permalink
JSHint now that we're linting components.
Browse files Browse the repository at this point in the history
  • Loading branch information
domenic committed Nov 17, 2012
1 parent 71ce1e0 commit e2cfad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TodosPage/TodoList/index.js
Expand Up @@ -26,7 +26,7 @@ module.exports = function TodosPageTodoList(todos, showCommands) {
itemTemplate: new WinJS.Binding.Template(itemTemplate.toElement())
},
viewModel: { selectItems: selectItems }
});
});

that.render = presenter.process;
};

0 comments on commit e2cfad6

Please sign in to comment.