Added help

(Not going to add API documentation unless someone asks me to. Otherwise
I'd feel like I'm wasting my time.)
This commit is contained in:
Marcin Kurczewski
2014-10-12 11:26:23 +02:00
parent 5187d3a788
commit ec5239607c
6 changed files with 332 additions and 4 deletions

View File

@ -25,7 +25,7 @@ App.Router = function(_, jQuery, promise, util, appState, presenterManager) {
inject('#/comments(/:!query)', 'globalCommentListPresenter');
inject('#/tags(/:!query)', 'tagListPresenter');
inject('#/tag/:tagName', 'tagPresenter');
inject('#/help', 'helpPresenter');
inject('#/help(/:tab)', 'helpPresenter');
}
function navigate(url) {