Sorted presenter dependencies

This commit is contained in:
Marcin Kurczewski
2014-09-04 19:06:12 +02:00
parent b657129460
commit c5881d1c0d
5 changed files with 17 additions and 13 deletions

View File

@ -3,11 +3,11 @@ App.Presenters = App.Presenters || {};
App.Presenters.LogoutPresenter = function(
jQuery,
topNavigationPresenter,
messagePresenter,
auth,
promise,
router) {
router,
auth,
topNavigationPresenter,
messagePresenter) {
var $messages = jQuery('#content');