angelakuo/citydogshare

View on GitHub
public/assets/materialize/chips-f132c07f55be9466a02329f8686ccaa06c011000aa9c975279debc158feed7a8.js

Summary

Maintainability
C
1 day
Test Coverage

Function material_chip has 201 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  $.fn.material_chip = function (options) {
    var self = this;
    this.$el = $(this);
    this.$document = $(document);
    this.SELS = {

    Function handleEvents has 88 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        this.handleEvents = function(){
          var SELS = self.SELS;
    
          self.$document.on('click', SELS.CHIPS, function(e){
            $(e.target).find(SELS.INPUT).focus();

      There are no issues that match your filters.

      Category
      Status