Fixed some promises not handling errors

This commit is contained in:
Marcin Kurczewski
2014-11-03 20:42:10 +01:00
parent e57de564d9
commit 752af358df
4 changed files with 25 additions and 13 deletions

View File

@ -109,6 +109,7 @@ App.Presenters.PostPresenter = function(
$prevPost.removeAttr('href');
keyboard.unbind('d');
}
}).fail(function() {
});
}