fix typo
This commit is contained in:
parent
4eff803f31
commit
9d81d0e6bb
1 changed files with 1 additions and 1 deletions
|
|
@ -108,7 +108,7 @@ exports.edit = function(el) {
|
|||
*
|
||||
**/
|
||||
exports.createEditSession = function(text, mode) {
|
||||
var doc = new EditSession(text, doc);
|
||||
var doc = new EditSession(text, mode);
|
||||
doc.setUndoManager(new UndoManager());
|
||||
return doc;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue