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

@ -5,9 +5,9 @@ App.Presenters.RegistrationPresenter = function(
jQuery,
util,
promise,
api,
topNavigationPresenter,
messagePresenter,
api) {
messagePresenter) {
var $el = jQuery('#content');
var template;