Deleted app.find()

This commit is contained in:
2018-04-02 07:44:11 +02:00
parent 88296da8be
commit ab0c933b3d
9 changed files with 33 additions and 37 deletions

View File

@ -30,10 +30,6 @@ export default class Application {
})
}
find(id: string): HTMLElement | null {
return document.getElementById(id)
}
get(url: string): Promise<string> {
// return fetch(url, {
// credentials: "same-origin"