angelakuo/citydogshare

View on GitHub
public/assets/materialize/waves-26e9b9cfaa9ccbc292ed510f654bd279d69695f5337a14c9800b36e92f96735b.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function hide has 42 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        hide: function(e) {
            TouchHandler.touchup(e);

            var el = this;
            var width = el.clientWidth * 1.4;

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

            show: function(e, element) {
    
                // Disable right click
                if (e.button === 2) {
                    return false;

      There are no issues that match your filters.

      Category
      Status