summaryrefslogtreecommitdiffstats
path: root/apps/encryption/js/encryption.js
diff options
context:
space:
mode:
Diffstat (limited to 'apps/encryption/js/encryption.js')
-rw-r--r--apps/encryption/js/encryption.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/encryption/js/encryption.js b/apps/encryption/js/encryption.js
index 32b50553f77..7ed49f77311 100644
--- a/apps/encryption/js/encryption.js
+++ b/apps/encryption/js/encryption.js
@@ -9,6 +9,10 @@ if (!OC.Encryption) {
OC.Encryption = {};
}
+/**
+ * @namespace
+ * @memberOf OC
+ */
OC.Encryption = {
displayEncryptionWarning: function () {
if (!OC.Notification.isHidden()) {