shipshapecode/ember-drop

View on GitHub

Showing 1 of 1 total issue

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

  initialize() {
    run.scheduleOnce('afterRender', this, function() {
      let content = document.createElement('div');
      if (this.get('content') && Array.isArray(this.get('content'))) {
        this.get('content').forEach((element) => {
Severity: Minor
Found in addon/components/ember-drop.js - About 1 hr to fix
Severity
Category
Status
Source
Language