This function made use of a switch statement that was hundred of lines in height and a majority of cases had similar logic. This commit generalizes the logic of the majority of the cases into a condensed for loop, which additionally handles the few existing oddball cases in an easy-to-understand manner. |
||
---|---|---|
.. | ||
assets | ||
components | ||
router | ||
sass-partials | ||
store | ||
views | ||
App.css | ||
App.js | ||
App.vue | ||
main.js | ||
themes.css | ||
videoJS.css |