ciawalsh/iamME

View on GitHub
app/assets/javascripts/map/gmap.js

Summary

Maintainability
A
1 hr
Test Coverage

Function initialize has 36 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function initialize() {

    $('.map').click(function() {
      var widget = $(this).closest("[class^='widget']").find('#map-canvas').get(0);
      $(widget).show();
Severity: Minor
Found in app/assets/javascripts/map/gmap.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status