peterhudec/authomatic

View on GitHub
examples/gae/showcase/static/js/foundation/foundation.dropdown.js

Summary

Maintainability
A
1 hr
Test Coverage

Function css has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    css : function (dropdown, target) {
      if (dropdown.parent()[0] === $('body')[0]) {
        var position = target.offset();
      } else {
        var position = target.position();
Severity: Minor
Found in examples/gae/showcase/static/js/foundation/foundation.dropdown.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status