mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-27 02:12:24 +02:00
Require init() call before coreContext starts doing things
(closes #7304)
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
} else {
|
||||
var context = iD.coreContext().assetPath('dist/');
|
||||
window.context = window.id = context; // for debugging
|
||||
context.init();
|
||||
|
||||
// disable boundaries (unless we have an explicit disable_features list)
|
||||
var q = iD.utilStringQs(window.location.hash.substring(1));
|
||||
|
||||
Reference in New Issue
Block a user