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/sharedialogshareelistview.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/sharedialogshareelistview.js')
-rw-r--r-- | core/js/sharedialogshareelistview.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/sharedialogshareelistview.js b/core/js/sharedialogshareelistview.js index f513eb75848..d51504c3771 100644 --- a/core/js/sharedialogshareelistview.js +++ b/core/js/sharedialogshareelistview.js @@ -369,7 +369,7 @@ var shareType = $this.data('share-type'); $this.find('div.avatar, span.username').contactsMenu(shareWith, shareType, $this); - }) + }); } else { var permissionChangeShareId = parseInt(this._renderPermissionChange, 10); var shareWithIndex = this.model.findShareWithIndex(permissionChangeShareId); |