diff options
Diffstat (limited to 'core/js/config.js')
-rw-r--r-- | core/js/config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/core/js/config.js b/core/js/config.js index 52d1c3aee25..b034b7e8cd3 100644 --- a/core/js/config.js +++ b/core/js/config.js @@ -4,6 +4,9 @@ * See the COPYING-README file. */ +/** + * @namespace + */ OC.AppConfig={ url:OC.filePath('core','ajax','appconfig.php'), getCall:function(action,data,callback){ |