Skip to content

Commit

Permalink
[Feature] Title need on the map download - Refactor codes
Browse files Browse the repository at this point in the history
  • Loading branch information
makarkozlowski authored and milafrerichs committed Dec 2, 2020
1 parent 9620124 commit c4853ea
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/js/map/map_download.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
import html2canvas from 'html2canvas';

import {Observable, saveAs} from "../utils";
import { MapChip } from "../elements/mapchip";
import {MapChip} from "../elements/mapchip";

export class MapDownload extends Observable {
constructor() {
super();
this.mapChip = new MapChip();

this.prepareDomElements();
}

Expand Down

0 comments on commit c4853ea

Please sign in to comment.