From 11b9d224fd5a45c726bb878737581d6285cdab1f Mon Sep 17 00:00:00 2001 From: Morris Jobke Date: Mon, 1 May 2017 00:42:53 -0300 Subject: Fix semicolon at end of JS lines Signed-off-by: Morris Jobke --- core/js/singleselect.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core/js/singleselect.js') diff --git a/core/js/singleselect.js b/core/js/singleselect.js index 1b2016aabb9..cd0dd52651a 100644 --- a/core/js/singleselect.js +++ b/core/js/singleselect.js @@ -8,7 +8,7 @@ input.attr('title', inputTooltip); } if (typeof gravity === 'undefined') { - gravity = 'n' + gravity = 'n'; } select = $(select); input.css('position', 'absolute'); -- cgit v1.2.3