diff options
author | Vincent Petry <pvince81@owncloud.com> | 2014-11-13 11:16:08 +0100 |
---|---|---|
committer | Vincent Petry <pvince81@owncloud.com> | 2014-11-13 11:16:08 +0100 |
commit | 5ca869c3241d159b2bd2c45b79c49b085c277968 (patch) | |
tree | 8146e2a6f6d4b45be7952d2692aaae05e3a877a6 /apps/files_encryption | |
parent | a069171cda9f1f0ec129018c15e9696ae44c7154 (diff) | |
parent | 0f3e6cb50af06bf3a64ea7f1abd360c53fa0bf8c (diff) | |
download | nextcloud-server-5ca869c3241d159b2bd2c45b79c49b085c277968.tar.gz nextcloud-server-5ca869c3241d159b2bd2c45b79c49b085c277968.zip |
Merge pull request #9177 from owncloud/jsdocexperiment
Improved JS Docs + added build script for JS Docs
Diffstat (limited to 'apps/files_encryption')
-rw-r--r-- | apps/files_encryption/js/encryption.js | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/apps/files_encryption/js/encryption.js b/apps/files_encryption/js/encryption.js index 65ffabe55e6..d2d1c3a1fc5 100644 --- a/apps/files_encryption/js/encryption.js +++ b/apps/files_encryption/js/encryption.js @@ -5,6 +5,10 @@ * See the COPYING-README file. */ +/** + * @namespace + * @memberOf OC + */ OC.Encryption={ MIGRATION_OPEN:0, MIGRATION_COMPLETED:1, |