diff options
author | Roeland Douma <rullzer@users.noreply.github.com> | 2016-07-08 13:49:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-07-08 13:49:42 +0200 |
commit | 48f9e4ed03f3148d62919a95496ee43164d3e707 (patch) | |
tree | 473604ce19265a36c8230bc5efc01ca906152f80 /apps/files_sharing/js/sharetabview.js | |
parent | a84250e0afdb98d07b268914b56c8763c17f5a73 (diff) | |
parent | 6da066e7be9ad77f9591d993df92156c9f184624 (diff) | |
download | nextcloud-server-48f9e4ed03f3148d62919a95496ee43164d3e707.tar.gz nextcloud-server-48f9e4ed03f3148d62919a95496ee43164d3e707.zip |
Merge pull request #317 from nextcloud/scrutinizer-fixed
Scrutinizer fixes
Diffstat (limited to 'apps/files_sharing/js/sharetabview.js')
-rw-r--r-- | apps/files_sharing/js/sharetabview.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/files_sharing/js/sharetabview.js b/apps/files_sharing/js/sharetabview.js index e24320604fb..2c7070aa3d5 100644 --- a/apps/files_sharing/js/sharetabview.js +++ b/apps/files_sharing/js/sharetabview.js @@ -8,6 +8,8 @@ * */ +/* @global Handlebars */ + (function() { var TEMPLATE = '<div>' + |