Some modifs

This commit is contained in:
Thomas Forgione
2017-09-23 09:45:28 +00:00
parent 6982704de3
commit 3cfd483ae4
2 changed files with 1 additions and 5 deletions

View File

@@ -6,10 +6,6 @@ class Url {
this.view = view;
this.name = name;
}
toString() {
return this.url;
}
}
function getUrl(name) {