diff options
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 |