fix svg
This commit is contained in:
parent
841e0e407a
commit
f032c68a79
1 changed files with 1 additions and 2 deletions
|
|
@ -49,7 +49,6 @@ var Mode = function() {
|
|||
this.$tokenizer = new Tokenizer(this.highlighter.getRules());
|
||||
this.$behaviour = new XmlBehaviour();
|
||||
|
||||
|
||||
this.$embeds = this.highlighter.getEmbeds();
|
||||
this.createModeDelegates({
|
||||
"js-": JavaScriptMode
|
||||
|
|
@ -65,7 +64,7 @@ oop.inherits(Mode, XmlMode);
|
|||
};
|
||||
|
||||
this.getNextLineIndent = function(state, line, tab) {
|
||||
return self.$getIndent(line);
|
||||
return this.$getIndent(line);
|
||||
};
|
||||
|
||||
this.checkOutdent = function(state, line, input) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue