Update getInvisibles documentation

fixes #16042
This commit is contained in:
Tony Brix 2019-06-26 09:03:59 -05:00 committed by GitHub
parent 8eb8dbb715
commit f6f90284f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 1 deletions

View File

@ -4084,7 +4084,9 @@ module.exports = class TextEditor {
}
// Returns an {Object} representing the current invisible character
// substitutions for this editor. See {::setInvisibles}.
// substitutions for this editor, whose keys are names of invisible characters
// and whose values are 1-character {Strings}s that are displayed in place of
// those invisible characters
getInvisibles() {
if (!this.mini && this.showInvisibles && this.invisibles != null) {
return this.invisibles;