cleanup
This commit is contained in:
parent
54f269cb53
commit
91f4ab4f6c
1 changed files with 2 additions and 2 deletions
|
|
@ -48,7 +48,7 @@ var oop = require("pilot/oop");
|
|||
function Mode() {
|
||||
this.$tokenizer = new Tokenizer(new Rules().getRules());
|
||||
this.$outdent = new Outdent();
|
||||
};
|
||||
}
|
||||
|
||||
oop.inherits(Mode, TextMode);
|
||||
|
||||
|
|
@ -116,7 +116,7 @@ oop.inherits(Mode, TextMode);
|
|||
worker.on("ok", function(e) {
|
||||
session.clearAnnotations();
|
||||
});
|
||||
}
|
||||
};
|
||||
|
||||
}).call(Mode.prototype);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue