diff options
author | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-01-02 17:02:06 +0100 |
---|---|---|
committer | Jörn Friedrich Dreyer <jfd@butonic.de> | 2013-01-02 17:02:06 +0100 |
commit | 4a7604daa26d9c79585aa3ba249f879b31f6eaa2 (patch) | |
tree | bccb1b73650a564607369a0a5ac8a2a208da95f6 /core/js/config.js | |
parent | a6733ff012b2d6c41c6d551ad1353856f9dfa14b (diff) | |
download | nextcloud-server-4a7604daa26d9c79585aa3ba249f879b31f6eaa2.tar.gz nextcloud-server-4a7604daa26d9c79585aa3ba249f879b31f6eaa2.zip |
remove , at end of js. IE8 chokes on this
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 f7a29276f7d..563df4e6632 100644 --- a/core/js/config.js +++ b/core/js/config.js @@ -50,6 +50,6 @@ OC.AppConfig={ }, deleteApp:function(app){ OC.AppConfig.postCall('deleteApp',{app:app}); - }, + } }; //TODO OC.Preferences |