Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/gallery.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'js/galleryview.js')
-rw-r--r--js/galleryview.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/galleryview.js b/js/galleryview.js
index eb616fc0..75b35b6c 100644
--- a/js/galleryview.js
+++ b/js/galleryview.js
@@ -1,5 +1,5 @@
/* global Gallery */
-(function (OC, t, $, _) {
+(function ($, _, OC, t, Gallery) {
"use strict";
/**
* Builds and updates the Gallery view
@@ -280,4 +280,4 @@
};
Gallery.View = View;
-})(OC, t, jQuery, _);
+})(jQuery, _, OC, t, Gallery);