summaryrefslogtreecommitdiffstats
path: root/core/js/jquery-ui-fixes.js
diff options
context:
space:
mode:
authorMorris Jobke <hey@morrisjobke.de>2017-05-01 00:42:53 -0300
committerMorris Jobke <hey@morrisjobke.de>2017-05-01 00:42:53 -0300
commit11b9d224fd5a45c726bb878737581d6285cdab1f (patch)
treee108fdc1baf26fdf7c5f33641b8bc86f7995bba0 /core/js/jquery-ui-fixes.js
parent4518f6dc642e75f2aee386fc39f5e748859bda5c (diff)
downloadnextcloud-server-11b9d224fd5a45c726bb878737581d6285cdab1f.tar.gz
nextcloud-server-11b9d224fd5a45c726bb878737581d6285cdab1f.zip
Fix semicolon at end of JS lines
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to 'core/js/jquery-ui-fixes.js')
-rw-r--r--core/js/jquery-ui-fixes.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/jquery-ui-fixes.js b/core/js/jquery-ui-fixes.js
index 9ccaa38cc47..39f6d7a354e 100644
--- a/core/js/jquery-ui-fixes.js
+++ b/core/js/jquery-ui-fixes.js
@@ -5,4 +5,4 @@
jQuery.ui.autocomplete.prototype._resizeMenu = function () {
var ul = this.menu.element;
ul.outerWidth(this.element.outerWidth());
-}
+};