Improved Javascript coding style

This commit is contained in:
Marcin Kurczewski
2014-09-08 22:02:28 +02:00
parent a5c89bc48e
commit 553c33b860
27 changed files with 180 additions and 140 deletions

View File

@ -14,7 +14,7 @@ App.Presenters.PostListPresenter = function(
function render() {
$el.html('Post list placeholder');
};
}
return {
init: init,