]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix missing semicolon 1452/head
authorJoas Schilling <coding@schilljs.com>
Mon, 24 Oct 2016 07:26:30 +0000 (09:26 +0200)
committerJoas Schilling <coding@schilljs.com>
Mon, 24 Oct 2016 07:26:30 +0000 (09:26 +0200)
Signed-off-by: Joas Schilling <coding@schilljs.com>
core/js/public/appconfig.js

index 82f479d75b2ea6c48b648a404d65ae53dc49966c..cde2700c86c0493d4034b2e9aa27e79eb4ffc7b8 100644 (file)
@@ -40,7 +40,7 @@ OCP.AppConfig = {
                        data: options.data || {},
                        success: options.success,
                        error: options.error
-               })
+               });
        },
 
        /**