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-05-05 17:08:47 +0300
committerOlivier Paroz <github@oparoz.com>2015-05-05 17:08:47 +0300
commitc4ac44918c9d51aee2bbfdd38559b70c8a751b65 (patch)
treedf75e6d7a73d2dfe7186e24edfb2a22ee3a6547c /js/galleryfileaction.js
parent0402b601c115da9ff4a8adee9e978a87762ab5f4 (diff)
JSDoc updates
Diffstat (limited to 'js/galleryfileaction.js')
-rw-r--r--js/galleryfileaction.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/js/galleryfileaction.js b/js/galleryfileaction.js
index 447ecd97..1b0d6762 100644
--- a/js/galleryfileaction.js
+++ b/js/galleryfileaction.js
@@ -67,6 +67,7 @@ var galleryFileAction = {
// We only add images to the slideshow if we think we'll be able
// to generate previews for this media type
if (galleryFileAction.mediaTypes[file.mimetype]) {
+ /* jshint camelcase: false */
var params = {
file: dir + file.name,
x: width,