Added post note editing to frontend

This commit is contained in:
Marcin Kurczewski
2014-10-26 01:01:16 +02:00
parent e983e72013
commit 50608074c6
7 changed files with 184 additions and 28 deletions

View File

@ -40,9 +40,14 @@ App.Presenters.PostContentPresenter = function(
function() {});
}
function addNewPostNote() {
postNotesPresenter.addNewPostNote();
}
return {
init: init,
render: render,
addNewPostNote: addNewPostNote,
};
};