From: Jörn Friedrich Dreyer Date: Wed, 2 Jan 2013 16:02:06 +0000 (+0100) Subject: remove , at end of js. IE8 chokes on this X-Git-Tag: v5.0.0alpha1~150^2~22^2~10 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=4a7604daa26d9c79585aa3ba249f879b31f6eaa2;p=nextcloud-server.git remove , at end of js. IE8 chokes on this --- 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