Merge branch 'master' of github.com:ajaxorg/editor
This commit is contained in:
commit
82e6335383
1 changed files with 1 additions and 1 deletions
|
|
@ -90,7 +90,7 @@ var Text = function(parentEl) {
|
|||
this.doc = doc;
|
||||
};
|
||||
|
||||
this.$showInvisibles = true;
|
||||
this.$showInvisibles = false;
|
||||
this.setShowInvisibles = function(showInvisibles) {
|
||||
this.$showInvisibles = showInvisibles;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue