diff options
author | Robin Appelman <icewind@owncloud.com> | 2016-07-05 23:17:43 +0200 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2016-07-08 12:35:33 +0200 |
commit | 951ff0897c4d8d5b234e74560c3ac4541b8784be (patch) | |
tree | 54b84dc8a53f1ee8c7853dbbfe557df8376b19f8 /apps/files_sharing/js | |
parent | f0b9eba9c2a2615ccdc53e2f36fa49473c3bbaf1 (diff) | |
download | nextcloud-server-951ff0897c4d8d5b234e74560c3ac4541b8784be.tar.gz nextcloud-server-951ff0897c4d8d5b234e74560c3ac4541b8784be.zip |
hint global handlebars
Diffstat (limited to 'apps/files_sharing/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>' + |