3den/riotjs-todomvc

View on GitHub
js/presenters/todo_presenter.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function todoPresenter has 79 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function todoPresenter(element, options) {
    element = $(element);
    var template = options.template,
        todo = options.model,
        $list = element.find('#todo-list'),
Severity: Major
Found in js/presenters/todo_presenter.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status