Skip to content

Commit 77048ec

Browse files
committed
docs: compile reference.json
1 parent 6574a28 commit 77048ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_data/reference.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@
297297
},
298298
"comment": {
299299
"shortText": "findTarget will run `querySelectorAll` against the given controller,\nreturning any the first child that:",
300-
"text": " - Matches the selector of `[data-target*=\"tag.name\"]` where tag is the\n tagName of the given HTMLElement, and `name` is the given `name` argument.\n\n - Closest ascendant of the element, that matches the tagname of the\n controller, is the specific instance of the controller itself - in other\n words it is not nested in other controllers of the same type.\n\n"
300+
"text": " - Matches the selector of `[data-target~=\"tag.name\"]` where tag is the\n tagName of the given HTMLElement, and `name` is the given `name` argument.\n\n - Closest ascendant of the element, that matches the tagname of the\n controller, is the specific instance of the controller itself - in other\n words it is not nested in other controllers of the same type.\n\n"
301301
},
302302
"parameters": [
303303
{

0 commit comments

Comments
 (0)