mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Sorted presenter dependencies
This commit is contained in:
@ -1,7 +1,11 @@
|
||||
var App = App || {};
|
||||
App.Presenters = App.Presenters || {};
|
||||
|
||||
App.Presenters.TopNavigationPresenter = function(util, jQuery, appState, promise) {
|
||||
App.Presenters.TopNavigationPresenter = function(
|
||||
jQuery,
|
||||
util,
|
||||
promise,
|
||||
appState) {
|
||||
|
||||
var selectedElement = null;
|
||||
var $el = jQuery('#top-navigation');
|
||||
|
Reference in New Issue
Block a user