Fix missing semicolon
Signed-off-by: Joas Schilling <coding@schilljs.com>
This commit is contained in:
parent
0d878f94e6
commit
2aca56f207
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ OCP.AppConfig = {
|
|||
data: options.data || {},
|
||||
success: options.success,
|
||||
error: options.error
|
||||
})
|
||||
});
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue