Merge pull request #199 from github/space-invisible

changing the space invisible to 00b7 'middot'
This commit is contained in:
Jon Rohan
2013-01-29 11:49:10 -08:00

View File

@@ -312,7 +312,7 @@ class Editor extends View
setInvisibles: (@invisibles={}) ->
_.defaults @invisibles,
eol: '\u00ac'
space: '\u2022'
space: '\u00b7'
tab: '\u00bb'
cr: '\u00a4'
@resetDisplay()