From 5cf20b79aeafc3fcb6cfad8effb95d9a4da8f301 Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Sat, 30 Jul 2016 16:50:46 +0200 Subject: [PATCH] Added missing semicolon --- wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Simple.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Simple.js b/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Simple.js index d76b98dc3d..6500d73242 100644 --- a/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Simple.js +++ b/wcfsetup/install/files/js/WoltLab/WCF/Ui/Dropdown/Simple.js @@ -111,7 +111,7 @@ define( else if (event.wheelDelta < 0 && (menu.scrollTop + menuHeight === menuRealHeight)) { event.preventDefault(); } - }) + }); } } -- 2.20.1