mirror of
https://github.com/nextcloud/passman.git
synced 2024-11-10 09:13:00 +08:00
9c6e270f76
Signed-off-by: binsky <timo@binsky.org>
11 lines
250 B
Text
11 lines
250 B
Text
{
|
|
"maxerr" : 50,
|
|
"jquery" : true, // jQuery
|
|
"esversion" : 8,
|
|
"globals" : {
|
|
"angular": true,
|
|
"PassmanImporter": true,
|
|
"OC": true,
|
|
"window": true
|
|
} // additional predefined global variables
|
|
}
|