angelakuo/citydogshare

View on GitHub
public/assets/materialize/sideNav-de5e615b7a32eb9e55ffc9573e4186ef01339badef5ecb1f3f6d591686f49ac8.js

Summary

Maintainability
D
1 day
Test Coverage

Function init has 254 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    init : function(options) {
      var defaults = {
        menuWidth: 300,
        edge: 'left',
        closeOnClick: false

    File sideNav-de5e615b7a32eb9e55ffc9573e4186ef01339badef5ecb1f3f6d591686f49ac8.js has 275 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    (function ($) {
    
      var methods = {
        init : function(options) {
          var defaults = {

      Function removeMenu has 41 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

              function removeMenu(restoreNav) {
                panning = false;
                menuOut = false;
                // Reenable scrolling
                $('body').css({

        There are no issues that match your filters.

        Category
        Status