Merge branch 'master' of github.com:ajaxorg/editor

This commit is contained in:
Fabian Jakobs 2010-09-27 09:39:49 +02:00
commit 82e6335383

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;
};