src/Helpers.ts
@@ -1,6 +1,5 @@ /// <reference path="../mathcoach-api.d.ts"/> import { MathCoach } from "./MathCoach"; /** * Hilfsfunktionen für Werkzeug-Entwickler. Diese werden nicht durch die `ide-lib.js` * ausgeliefert! @@ -191,7 +190,7 @@ const value = this.items.get(key); return value ? value : null; } key(index: number): string | null { key(_index: number): string | null { throw new Error("InMemoryStorage: key function is not implemented now"); } removeItem(key: string): void {