package
This commit is contained in:
parent
be69263d31
commit
7dd3d5c576
17 changed files with 21 additions and 18 deletions
|
|
@ -6502,7 +6502,7 @@ var EditSession = function(text, mode) {
|
|||
};
|
||||
|
||||
this.getAnnotations = function() {
|
||||
return this.$annotations;
|
||||
return this.$annotations || {};
|
||||
};
|
||||
|
||||
this.clearAnnotations = function() {
|
||||
|
|
@ -15853,7 +15853,9 @@ oop.inherits(Mode, TextMode);
|
|||
|
||||
worker.on("ok", function(e) {
|
||||
session.clearAnnotations();
|
||||
});
|
||||
});
|
||||
|
||||
return worker;
|
||||
};
|
||||
|
||||
}).call(Mode.prototype);
|
||||
|
|
@ -16887,6 +16889,7 @@ oop.inherits(Mode, TextMode);
|
|||
|
||||
session.setAnnotations(errors);
|
||||
});
|
||||
return worker;
|
||||
};
|
||||
|
||||
}).call(Mode.prototype);
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -11,7 +11,7 @@
|
|||
|
||||
Ace
|
||||
version 0.2.0
|
||||
commit 74beb8070d52f88f05120629f378de5ffe010656
|
||||
commit be69263d311d489275c3641014e82097f5de7fd9
|
||||
|
||||
|
||||
-->
|
||||
|
|
|
|||
|
|
@ -5642,7 +5642,7 @@ var EditSession = function(text, mode) {
|
|||
};
|
||||
|
||||
this.getAnnotations = function() {
|
||||
return this.$annotations;
|
||||
return this.$annotations || {};
|
||||
};
|
||||
|
||||
this.clearAnnotations = function() {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
|
@ -5596,7 +5596,7 @@ var EditSession = function(text, mode) {
|
|||
};
|
||||
|
||||
this.getAnnotations = function() {
|
||||
return this.$annotations;
|
||||
return this.$annotations || {};
|
||||
};
|
||||
|
||||
this.clearAnnotations = function() {
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Loading…
Add table
Add a link
Reference in a new issue