From 0fadf733fc52c032b15706c0a7c00f24750951e6 Mon Sep 17 00:00:00 2001 From: "S. Elliott Johnson" Date: Mon, 8 May 2023 22:42:18 -0600 Subject: [PATCH] Manual cleanup of src/shared/boolean_attributes.js --- src/shared/boolean_attributes.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/shared/boolean_attributes.js b/src/shared/boolean_attributes.js index 373895b1f1..9d8aeb6c1b 100644 --- a/src/shared/boolean_attributes.js +++ b/src/shared/boolean_attributes.js @@ -25,6 +25,7 @@ const _boolean_attributes = [ 'reversed', 'selected' ]; + /** * List of HTML boolean attributes (e.g. ``). * Source: https://html.spec.whatwg.org/multipage/indices.html