diff options
author | Bart Visscher <bartv@thisnet.nl> | 2012-09-05 22:17:33 +0200 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2012-09-05 22:26:09 +0200 |
commit | 9329af921d6d9bf7861fe9f996562f17beecf6a2 (patch) | |
tree | 53ae2f792840e252e6e9b811d9a3a3cb04530db3 /core/js/config.js | |
parent | 9f1c76beef44fb841e6a4137c409ccb941c9236b (diff) | |
download | nextcloud-server-9329af921d6d9bf7861fe9f996562f17beecf6a2.tar.gz nextcloud-server-9329af921d6d9bf7861fe9f996562f17beecf6a2.zip |
Add missing ; to js code
Diffstat (limited to 'core/js/config.js')
-rw-r--r-- | core/js/config.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/config.js b/core/js/config.js index 11168f1c483..f7a29276f7d 100644 --- a/core/js/config.js +++ b/core/js/config.js @@ -51,5 +51,5 @@ OC.AppConfig={ deleteApp:function(app){ OC.AppConfig.postCall('deleteApp',{app:app}); }, -} +}; //TODO OC.Preferences |