commit
5c36de8644
1 changed files with 1 additions and 1 deletions
|
|
@ -779,7 +779,7 @@ var EditSession = function(text, mode) {
|
|||
* Returns the annotations for the `EditSession`.
|
||||
**/
|
||||
this.getAnnotations = function() {
|
||||
return this.$annotations || {};
|
||||
return this.$annotations || [];
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue