Closed Bug 1514790 Opened 5 years ago Closed 5 years ago

Remove empty destroy methods in fronts after migration to es6 classes

Categories

(DevTools :: Framework, enhancement, P3)

enhancement

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1515116

People

(Reporter: jdescottes, Unassigned)

Details

The rewrite left several front classes with just:

  destroy() {
    super.destroy();
  }

We should be able to remove the method completely since there is no custom implementation.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.