Skip to content

Commit

Permalink
[DOC] Document that history is the default locationType value
Browse files Browse the repository at this point in the history
(cherry picked from commit 6c66039)
  • Loading branch information
bertdeblock authored and kategengler committed Jun 6, 2022
1 parent 3a468b9 commit 9e5c87f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/@ember/-internals/routing/lib/system/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ class EmberRouter<R extends Route = Route> extends EmberObject.extend(Evented) i
* `none` - do not store the Ember URL in the actual browser URL (mainly used for testing)
* `auto` - use the best option based on browser capabilities: `history` if possible, then `hash` if possible, otherwise `none`
This value is defaulted to `auto` by the `locationType` setting of `/config/environment.js`
This value is defaulted to `history` by the `locationType` setting of `/config/environment.js`
@property location
@default 'hash'
Expand Down

0 comments on commit 9e5c87f

Please sign in to comment.