Fix missing semicolon

Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
Joas Schilling 2016-10-24 09:26:30 +02:00
parent 0d878f94e6
commit 2aca56f207
No known key found for this signature in database
GPG key ID: E166FD8976B3BAC8

View file

@ -40,7 +40,7 @@ OCP.AppConfig = {
data: options.data || {},
success: options.success,
error: options.error
})
});
},
/**