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:
-rw-r--r--js/galleryinfobox.js2
-rw-r--r--js/galleryview.js2
-rw-r--r--js/slideshow.js2
-rw-r--r--js/slideshowzoomablepreview.js2
4 files changed, 4 insertions, 4 deletions
diff --git a/js/galleryinfobox.js b/js/galleryinfobox.js
index 5cde9060..22397371 100644
--- a/js/galleryinfobox.js
+++ b/js/galleryinfobox.js
@@ -1,4 +1,4 @@
-/* global $, OC, t, Gallery, marked */
+/* global $, t, Gallery, marked */
(function () {
var InfoBox = function () {
this.infoContentElement = $('.album-info-content');
diff --git a/js/galleryview.js b/js/galleryview.js
index 572a7c14..106e3e3e 100644
--- a/js/galleryview.js
+++ b/js/galleryview.js
@@ -1,4 +1,4 @@
-/* global OC, oc_requesttoken, $, _, Gallery, Album */
+/* global OC, oc_requesttoken, $, _, Gallery */
(function () {
/**
diff --git a/js/slideshow.js b/js/slideshow.js
index 054268da..e8e07547 100644
--- a/js/slideshow.js
+++ b/js/slideshow.js
@@ -1,4 +1,4 @@
-/* global jQuery, OC ,OCA, $, t, oc_requesttoken, bigshot */
+/* global jQuery, OC ,OCA, $, t, oc_requesttoken */
/**
*
* @param {jQuery} container
diff --git a/js/slideshowzoomablepreview.js b/js/slideshowzoomablepreview.js
index 0541355f..9fc46c5e 100644
--- a/js/slideshowzoomablepreview.js
+++ b/js/slideshowzoomablepreview.js
@@ -1,4 +1,4 @@
-/* global $, OC, t, SlideShow, bigshot*/
+/* global $, SlideShow, bigshot*/
(function () {
/**