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:
authorOlivier Paroz <github@oparoz.com>2015-07-28 02:43:00 +0300
committerOlivier Paroz <github@oparoz.com>2015-07-28 02:43:00 +0300
commit9827b33eb5b43eadd7ff14b616446fe30f442565 (patch)
treef8f8ca89b83cfd017b8b0c3d72f4dde2d8e89a97 /js/galleryalbum.js
parent135c815d6261f651dcfb082dda5404cb58a672ad (diff)
Fix problems reported by static analyser
Diffstat (limited to 'js/galleryalbum.js')
-rw-r--r--js/galleryalbum.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/js/galleryalbum.js b/js/galleryalbum.js
index 26ab8c74..905e5a42 100644
--- a/js/galleryalbum.js
+++ b/js/galleryalbum.js
@@ -1,4 +1,4 @@
-/* global Gallery, Thumbnails, GalleryImage, Row */
+/* global Gallery, Thumbnails, GalleryImage */
(function ($, Gallery) {
"use strict";
/**