From 9b5478e691fda226186ff05892e370401c95b314 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Thu, 9 Jul 2015 20:09:53 +0200 Subject: [PATCH] Fixed superfluous comma (UglifyJS doesn't like it) --- wcfsetup/install/files/js/WCF.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WCF.js b/wcfsetup/install/files/js/WCF.js index a66aa9dad4..c9a7fcd904 100755 --- a/wcfsetup/install/files/js/WCF.js +++ b/wcfsetup/install/files/js/WCF.js @@ -7989,7 +7989,7 @@ $.widget('ui.wcfSlideshow', { /* cycle interval in seconds */ cycleInterval: 5, /* gap between items in pixels */ - itemGap: 50, + itemGap: 50 }, /** -- 2.20.1