Remove duplicate supportsMultiLanguageSpellCheck()
Signed-off-by: Šimon Brandner <simon.bra.ag@gmail.com>
This commit is contained in:
parent
8cf2ab436d
commit
c745991a9a
1 changed files with 0 additions and 8 deletions
|
@ -46,14 +46,6 @@ export default class WebPlatform extends VectorBasePlatform {
|
||||||
return 'Web Platform'; // no translation required: only used for analytics
|
return 'Web Platform'; // no translation required: only used for analytics
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
|
||||||
* Return true if platform supports multi-language
|
|
||||||
* spell-checking, otherwise false.
|
|
||||||
*/
|
|
||||||
supportsMultiLanguageSpellCheck(): boolean {
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Returns true if the platform supports displaying
|
* Returns true if the platform supports displaying
|
||||||
* notifications, otherwise false.
|
* notifications, otherwise false.
|
||||||
|
|
Loading…
Reference in a new issue