updated build
This commit is contained in:
parent
558206df09
commit
bf045a3a38
7 changed files with 16 additions and 10 deletions
|
|
@ -8431,8 +8431,10 @@ var EditSession = function(text, mode) {
|
|||
doc.on("change", this.onChange.bind(this));
|
||||
this.on("changeFold", this.onChangeFold.bind(this));
|
||||
|
||||
this.bgTokenizer.setDocument(this.getDocument());
|
||||
this.bgTokenizer.start(0);
|
||||
if (this.bgTokenizer) {
|
||||
this.bgTokenizer.setDocument(this.getDocument());
|
||||
this.bgTokenizer.start(0);
|
||||
}
|
||||
};
|
||||
|
||||
this.getDocument = function() {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue