Skip to content

Commit

Permalink
docs: compile reference.json
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Jun 10, 2020
1 parent 6574a28 commit 77048ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_data/reference.json
Original file line number Diff line number Diff line change
Expand Up @@ -297,7 +297,7 @@
},
"comment": {
"shortText": "findTarget will run `querySelectorAll` against the given controller,\nreturning any the first child that:",
"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"
"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"
},
"parameters": [
{
Expand Down

0 comments on commit 77048ec

Please sign in to comment.