bborn/communityengine

View on GitHub
app/assets/javascripts/cropper.js

Summary

Maintainability
A
1 hr
Test Coverage

Function cropInit has 38 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function cropInit() {
  croppable_name = '#' + croppable_id;    
  preview_name = '#' + preview_id;    
    
  // Copy the image, and insert it in an offscreen DIV
Severity: Minor
Found in app/assets/javascripts/cropper.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status