mirror of
https://github.com/zadam/trilium.git
synced 2025-11-07 05:46:10 +01:00
small refactorings and fixes
This commit is contained in:
@@ -26,7 +26,7 @@ function getOption(name) {
|
||||
return val;
|
||||
}
|
||||
|
||||
/** @returns {integer} */
|
||||
/** @returns {int} */
|
||||
function getOptionInt(name, defaultValue = undefined) {
|
||||
const val = getOption(name);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user