willtheorangeguy / Note-Style-Guide

Fallthrough of case statements found JS-0064
Anti-pattern
Major
4 months agoa year old
11276        switch (e) {
11277          case "input":
11278            this.checked = this.defaultChecked;
11279          case "textarea":11280            return (this.value = this.defaultValue), !0;11281          case "option":
11282          case "optgroup":
11283            var r = t.parents("select");
11773        switch (e) {
11774          case "input":
11775            this.checked = this.defaultChecked;
11776          case "textarea":11777            return (this.value = this.defaultValue), !0;11778          case "option":
11779          case "optgroup":
11780            var r = t.parents("select");
11276        switch (e) {
11277          case "input":
11278            this.checked = this.defaultChecked;
11279          case "textarea":11280            return (this.value = this.defaultValue), !0;11281          case "option":
11282          case "optgroup":
11283            var r = t.parents("select");
11274        switch (e) {
11275          case "input":
11276            this.checked = this.defaultChecked;
11277          case "textarea":11278            return (this.value = this.defaultValue), !0;11279          case "option":
11280          case "optgroup":
11281            var r = t.parents("select");
11771        switch (e) {
11772          case "input":
11773            this.checked = this.defaultChecked;
11774          case "textarea":11775            return (this.value = this.defaultValue), !0;11776          case "option":
11777          case "optgroup":
11778            var r = t.parents("select");