From 7a6fb8587579b3a910f8b43137620e0e55e9935c Mon Sep 17 00:00:00 2001 From: Callum Macrae Date: Sat, 22 Oct 2011 16:07:32 +0100 Subject: [ticket/10270] Added a new line to constant declarations in JS. PHPBB3-10270 --- phpBB/assets/javascript/core.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'phpBB/assets') diff --git a/phpBB/assets/javascript/core.js b/phpBB/assets/javascript/core.js index 82a85b151e..2faf9ec417 100644 --- a/phpBB/assets/javascript/core.js +++ b/phpBB/assets/javascript/core.js @@ -4,7 +4,8 @@ phpbb.alert_time = 100; (function($) { // Avoid conflicts with other libraries // define a couple constants for keydown functions. -var ENTER = 13, ESC = 27; +var ENTER = 13, + ESC = 27; var dark = $('#darkenwrapper'), -- cgit v1.2.1