Fix single line doc comments

This commit is contained in:
barsdeveloper
2022-09-24 22:41:46 +02:00
parent 9a4d323a87
commit 7e55d41ec1
40 changed files with 2649 additions and 3008 deletions

View File

@@ -35,9 +35,7 @@ export default class LinearColorPinTemplate extends IInputPinTemplate {
]
}
/**
* @param {PinElement} pin
*/
/** @param {PinElement} pin */
getInputs(pin) {
return [this.#input.dataset.linearColor]
}
@@ -49,9 +47,7 @@ export default class LinearColorPinTemplate extends IInputPinTemplate {
setInputs(pin, value = []) {
}
/**
* @param {PinElement} pin
*/
/** @param {PinElement} pin */
renderInput(pin) {
if (pin.isInput()) {
return html`