Skip to content
Snippets Groups Projects
Commit 378db982 authored by Reiter, Christoph's avatar Reiter, Christoph :snake:
Browse files

remove outdated comment

parent 8d5c9b34
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,6 @@ import {send as notify} from './notification'; ...@@ -2,7 +2,6 @@ import {send as notify} from './notification';
import * as utils from "./utils"; import * as utils from "./utils";
import {i18n} from "./i18n"; import {i18n} from "./i18n";
// "module.exports = class JSONLD" doesn't work with rollup because of above "import"
export default class JSONLD { export default class JSONLD {
constructor(baseApiUrl, entities) { constructor(baseApiUrl, entities) {
this.entities = entities; this.entities = entities;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment