mirror of
https://github.com/element-hq/element-web.git
synced 2024-12-01 08:57:35 +03:00
Correct return type in docs
Co-Authored-By: Travis Ralston <travpc@gmail.com>
This commit is contained in:
parent
93f24f12dc
commit
9ca843fdcb
1 changed files with 1 additions and 1 deletions
|
@ -373,7 +373,7 @@ export default class SettingsStore {
|
|||
/**
|
||||
* Gets the default value of a setting.
|
||||
* @param {string} settingName The name of the setting to read the value of.
|
||||
* @return {*} The value, or null if not found
|
||||
* @return {*} The default value
|
||||
*/
|
||||
static getDefaultValue(settingName, roomId = null, excludeDefault = false) {
|
||||
// Verify that the setting is actually a setting
|
||||
|
|
Loading…
Reference in a new issue