balanced/balanced-dashboard

View on GitHub
app/models/factories/debit-existing-funding-instrument-transaction-factory.js

Summary

Maintainability
A
1 hr
Test Coverage

Function save has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    save: function() {
        var Debit = BalancedApp.__container__.lookupFactory("model:debit");
        var self = this;
        this.validate();
        if (this.get("isValid")) {

    There are no issues that match your filters.

    Category
    Status