Skip to content
Snippets Groups Projects
Commit ada91232 authored by Piotr Gawron's avatar Piotr Gawron
Browse files

missing param added

parent 6f8deae4
No related branches found
No related tags found
1 merge request!5Frontend refactor
......@@ -23,7 +23,8 @@ function Submap(customMap, model) {
overviewDiv : customMap.getOverviewDiv(),
markerOptimization : customMap.isMarkerOptimization(),
bigLogo : customMap.isBigLogo(),
customTouchInterface : customMap.isCustomTouchInterface()
customTouchInterface : customMap.isCustomTouchInterface(),
project : null
}));
this.initialized = false;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment