maykinmedia/lazymaps

View on GitHub
src/lazymaps.js

Summary

Maintainability
A
0 mins
Test Coverage

Function createMap has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Wontfix

    createMap() {
        return new Promise((resolve, reject) => {

            if (!(this.map.dataset.coordinates && this.map.dataset.zoom)) {
                logKeyMissing();
Severity: Minor
Found in src/lazymaps.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status