1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-05-11 01:55:24 +02:00

[ticket/10270] Added a new line to constant declarations in JS.

PHPBB3-10270
This commit is contained in:
Callum Macrae 2011-10-22 16:07:32 +01:00 committed by Igor Wiedler
parent 1a8ec5d4fb
commit 7a6fb85875

View File

@ -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'),