Skip to content

Commit

Permalink
fixing tests for ember v5.12
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis committed Oct 4, 2024
1 parent 6622433 commit cc2ea32
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions json-docs/ember/5.12.0/classes/ember-5.12.0-Location.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
"line": 82,
"description": "Sets the current URL. Calling `setURL` will not trigger `onUpdateURL`\ncallbacks.",
"itemtype": "method",
"name": "",
"name": "setURL",
"access": "public",
"tagname": "",
"params": [
Expand All @@ -42,7 +42,7 @@
"line": 93,
"description": "Replace the current URL (optional). Calling `replaceURL` will not trigger\n`onUpdateURL` callbacks.",
"itemtype": "method",
"name": "",
"name": "replaceURL",
"access": "public",
"tagname": "",
"params": [
Expand All @@ -60,7 +60,7 @@
"line": 111,
"description": "Formats url to be placed into href attribute.",
"itemtype": "method",
"name": "",
"name": "formatURL",
"access": "public",
"tagname": "",
"params": [
Expand Down

0 comments on commit cc2ea32

Please sign in to comment.