summaryrefslogtreecommitdiffstats
path: root/core/js/singleselect.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/singleselect.js')
-rw-r--r--core/js/singleselect.js2
1 files changed, 1 insertions, 1 deletions
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');