Skip to content

Commit 279f06f

Browse files
committed
fix: actually fix CI
1 parent b3d0767 commit 279f06f

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

json-docs/ember/6.11.0/classes/ember-6.11.0-Location.json

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,9 @@
2424
"line": 82,
2525
"description": "Sets the current URL. Calling `setURL` will not trigger `onUpdateURL`\ncallbacks.",
2626
"itemtype": "method",
27-
"name": "",
27+
"name": "setURL",
2828
"access": "public",
29-
"tagname": "setURL",
29+
"tagname": "",
3030
"params": [
3131
{
3232
"name": "url",
@@ -42,9 +42,9 @@
4242
"line": 93,
4343
"description": "Replace the current URL (optional). Calling `replaceURL` will not trigger\n`onUpdateURL` callbacks.",
4444
"itemtype": "method",
45-
"name": "",
45+
"name": "replaceURL",
4646
"access": "public",
47-
"tagname": "replaceURL",
47+
"tagname": "",
4848
"params": [
4949
{
5050
"name": "url",
@@ -60,9 +60,9 @@
6060
"line": 111,
6161
"description": "Formats url to be placed into href attribute.",
6262
"itemtype": "method",
63-
"name": "",
63+
"name": "formatURL",
6464
"access": "public",
65-
"tagname": "formatURL",
65+
"tagname": "",
6666
"params": [
6767
{
6868
"name": "url",

0 commit comments

Comments
 (0)