angelakuo/citydogshare

View on GitHub
public/assets/materialize/dropdown-9cc5a781f54a4e273cde4a9d213ac101bf5875aaf02ee6e4abf1e43be84e747d.js

Summary

Maintainability
C
1 day
Test Coverage

Function dropdown has 187 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  $.fn.dropdown = function (options) {
    var defaults = {
      inDuration: 300,
      outDuration: 225,
      constrain_width: true, // Constrains width of dropdown to the activator

    Function placeDropdown has 73 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

          function placeDropdown(eventType) {
            // Check for simultaneous focus and click events.
            if (eventType === 'focus') {
              isFocused = true;
            }

      There are no issues that match your filters.

      Category
      Status