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/galleryfileaction.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'js/galleryfileaction.js') diff --git a/js/galleryfileaction.js b/js/galleryfileaction.js index 9fb5a3ad..3f562b98 100644 --- a/js/galleryfileaction.js +++ b/js/galleryfileaction.js @@ -1,5 +1,5 @@ /* global oc_requesttoken, FileList, SlideShow */ -(function (OC, OCA, $, oc_requesttoken) { +(function ($, OC, OCA, oc_requesttoken) { "use strict"; var galleryFileAction = { config: null, @@ -148,7 +148,7 @@ }; window.galleryFileAction = galleryFileAction; -}(OC, OCA, jQuery, oc_requesttoken)); +})(jQuery, OC, OCA, oc_requesttoken); $(document).ready(function () { "use strict"; -- cgit v1.2.3