Dallinger/Dallinger

View on GitHub
demos/dlgr/demos/twentyfortyeight/static/scripts/html_actuator.js

Summary

Maintainability
A
1 hr
Test Coverage

Function addTile has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

HTMLActuator.prototype.addTile = function (tile) {
  var self = this;

  var wrapper   = document.createElement("div");
  var inner     = document.createElement("div");
Severity: Minor
Found in demos/dlgr/demos/twentyfortyeight/static/scripts/html_actuator.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status