aboutsummaryrefslogtreecommitdiffstats
path: root/apps/encryption/js/encryption.js
diff options
context:
space:
mode:
authorThomas Müller <thomas.mueller@tmit.eu>2015-04-21 12:19:15 +0200
committerThomas Müller <thomas.mueller@tmit.eu>2015-04-21 12:19:15 +0200
commit490e779424178977c143eba94a139f249eb2416f (patch)
treec4473bf49446f11e912c5f1ece1ad5dd3b642727 /apps/encryption/js/encryption.js
parent4a2f8f81ca8dcc91c5b784077620517ec1011724 (diff)
downloadnextcloud-server-490e779424178977c143eba94a139f249eb2416f.tar.gz
nextcloud-server-490e779424178977c143eba94a139f249eb2416f.zip
doc and indent
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()) {