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,7 @@
|
||||
var App = App || {};
|
||||
App.Presenters = App.Presenters || {};
|
||||
|
||||
App.Presenters.PagedCollectionPresenter = function(api, util, promise) {
|
||||
App.Presenters.PagedCollectionPresenter = function(util, promise, api) {
|
||||
|
||||
var searchOrder;
|
||||
var searchQuery;
|
||||
|
Reference in New Issue
Block a user