This commit is contained in:
nightwing 2013-03-27 14:20:19 +04:00
commit 57cb18fa00

View file

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