enable behaviors by default to give this code better

testing coverage.
This commit is contained in:
Fabian Jakobs 2011-07-29 11:13:18 +02:00
commit 4f3719d27a

View file

@ -644,7 +644,7 @@ var Editor =function(renderer, session) {
return this.$readOnly;
};
this.$modeBehaviours = false;
this.$modeBehaviours = true;
this.setBehavioursEnabled = function (enabled) {
this.$modeBehaviours = enabled;
}