fix typo
This commit is contained in:
parent
74f38ffd6a
commit
57cb18fa00
1 changed files with 1 additions and 1 deletions
|
|
@ -2445,7 +2445,7 @@ config.defineOptions(EditSession.prototype, "session", {
|
|||
},
|
||||
newLineMode: {
|
||||
set: function(val) {this.doc.setNewLineMode(val)},
|
||||
get: function() {return this.doc.getNewLineMode(newLineMode)},
|
||||
get: function() {return this.doc.getNewLineMode()},
|
||||
handlesSet: true
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue