From 6d05c6e743e8fcca691ffe20d1784293ae36cffa Mon Sep 17 00:00:00 2001 From: Olivier Paroz Date: Fri, 10 Jul 2015 19:47:36 +0200 Subject: More JS harmonisation --- js/galleryview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/galleryview.js') 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); -- cgit v1.2.3