Wilfred/metawiki

View on GitHub
src/frontend/editor.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function load has 75 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function load(heading, resource) {
    resource = resource || new models.Resource();
    var mimeType = resource.get("mimeType") || "text/x-markdown";

    templates.$content.html(
Severity: Major
Found in src/frontend/editor.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status