mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-15 13:38:26 +02:00
Remove unnecessary context argument
This commit is contained in:
@@ -557,7 +557,7 @@ export function coreContext() {
|
||||
|
||||
Object.values(services).forEach(service => {
|
||||
if (service && typeof service.init === 'function') {
|
||||
service.init(context);
|
||||
service.init();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user