]> source.dussan.org Git - nextcloud-server.git/commitdiff
remove , at end of js. IE8 chokes on this
authorJörn Friedrich Dreyer <jfd@butonic.de>
Wed, 2 Jan 2013 16:02:06 +0000 (17:02 +0100)
committerJörn Friedrich Dreyer <jfd@butonic.de>
Wed, 2 Jan 2013 16:02:06 +0000 (17:02 +0100)
core/js/config.js

index f7a29276f7dc1e6eb3f8061ef32ece33121affbe..563df4e66326c163b45788225be2a026cc61aceb 100644 (file)
@@ -50,6 +50,6 @@ OC.AppConfig={
        },
        deleteApp:function(app){
                OC.AppConfig.postCall('deleteApp',{app:app});
-       },
+       }
 };
 //TODO OC.Preferences