invisibles off

This commit is contained in:
rikarends 2010-09-26 20:43:58 +02:00
commit 52c53515db

View file

@ -90,7 +90,7 @@ var Text = function(parentEl) {
this.doc = doc;
};
this.$showInvisibles = true;
this.$showInvisibles = false;
this.setShowInvisibles = function(showInvisibles) {
this.$showInvisibles = showInvisibles;
};