enable behaviors by default to give this code better
testing coverage.
This commit is contained in:
parent
77db0be7f8
commit
4f3719d27a
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue