diff options
author | Morris Jobke <hey@morrisjobke.de> | 2017-05-01 00:42:53 -0300 |
---|---|---|
committer | Morris Jobke <hey@morrisjobke.de> | 2017-05-01 00:42:53 -0300 |
commit | 11b9d224fd5a45c726bb878737581d6285cdab1f (patch) | |
tree | e108fdc1baf26fdf7c5f33641b8bc86f7995bba0 /core/js/jquery-ui-fixes.js | |
parent | 4518f6dc642e75f2aee386fc39f5e748859bda5c (diff) | |
download | nextcloud-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.js | 2 |
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()); -} +}; |