Small refactoring: move changeset-handler creation to 'changes'

This commit is contained in:
Pieter Vander Vennet 2022-02-15 23:44:16 +01:00
parent 0a43a69a0c
commit dfb16fa802
6 changed files with 16 additions and 14 deletions

View file

@ -224,8 +224,6 @@ class AutomatonGui {
constructor() {
const osmConnection = new OsmConnection({
allElements: undefined,
changes: undefined,
singlePage: false,
oauth_token: QueryParameters.GetQueryParameter("oauth_token", "OAuth token")
});