From 298d50b61e33f2f724e30d7026936c0df6804e02 Mon Sep 17 00:00:00 2001 From: Jon Rohan Date: Tue, 29 Jan 2013 14:38:01 -0500 Subject: [PATCH] changing the space invisible to 00b7 'middot' --- src/app/editor.coffee | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/editor.coffee b/src/app/editor.coffee index d4a1a4093..d0041c1bd 100644 --- a/src/app/editor.coffee +++ b/src/app/editor.coffee @@ -312,7 +312,7 @@ class Editor extends View setInvisibles: (@invisibles={}) -> _.defaults @invisibles, eol: '\u00ac' - space: '\u2022' + space: '\u00b7' tab: '\u00bb' cr: '\u00a4' @resetDisplay()