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

refactoring

parent 271b7177
No related branches found
No related tags found
1 merge request!5Frontend refactor
......@@ -14,9 +14,8 @@ function CustomMapOptions(params) {
if (params.project === undefined) {
throw new Error("project must be defined");
} else {
this.setProject(params.project);
}
this.setProject(params.project);
if (params.hideDiv !== undefined) {
this._hideDiv = params.hideDiv;
......
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