aymerick/kowa-client

View on GitHub
app/controllers/settings/images.js

Summary

Maintainability
A
1 hr
Test Coverage

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

    uploadImage: function(file, index) {
      var job = new UploadJob({
        url: this.get('uploadUrl'),
        file: file
      });
Severity: Minor
Found in app/controllers/settings/images.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status