Added option to cycle fit mode to sidebar

This commit is contained in:
rr-
2015-07-19 11:32:11 +02:00
parent 579e59e7df
commit 5882998c20
3 changed files with 13 additions and 0 deletions

View File

@ -104,6 +104,7 @@ App.Presenters.PostContentPresenter = function(
render: render,
addNewPostNote: addNewPostNote,
updatePostNotesSize: updatePostNotesSize,
cycleFitMode: cycleFitMode,
};
};