Kenspeckled/oomph

View on GitHub
lib/oomph.js

Summary

Maintainability
A
1 hr
Test Coverage

Function createClass has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    createClass: function(name, classAttributes) {
      var _class;
      _class = function(props) {
        var property;
        for (property in props) {
Severity: Minor
Found in lib/oomph.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status