forgot to export class

This commit is contained in:
Bruno Windels 2021-06-04 16:32:03 +02:00
parent b7402ce43c
commit 33655ee37e

View file

@ -16,7 +16,7 @@ limitations under the License.
import {getRelationFromContent} from "./relations.js"; import {getRelationFromContent} from "./relations.js";
class PendingAnnotations { export class PendingAnnotations {
constructor() { constructor() {
this.aggregatedAnnotations = new Map(); this.aggregatedAnnotations = new Map();
this._entries = []; this._entries = [];