codevise/pageflow

View on GitHub
package/src/editor/models/Entry.js

Summary

Maintainability
A
1 hr
Test Coverage

Function initialize has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  initialize: function(attributes, options) {
    options = options || {};

    this.metadata = new EntryMetadata(this.get('metadata') || {});
    this.metadata.parent = this;
Severity: Minor
Found in package/src/editor/models/Entry.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status