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-04-11 00:20:33 +0300
committerOlivier Paroz <github@oparoz.com>2015-04-11 00:20:33 +0300
commit898232fa8ba02febcc15b1700cd4fc18fde496d6 (patch)
tree752fa4251a99aff25ec05eb1c3ccfd1257677ac1 /js/galleryview.js
parent3a99bd5d0a628618c5e5a89892a9a6c6a29d726b (diff)
Global JS variables cleanup
Diffstat (limited to 'js/galleryview.js')
-rw-r--r--js/galleryview.js2
1 files changed, 1 insertions, 1 deletions
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 () {
/**