Skip to content

Commit

Permalink
Fix docs issue
Browse files Browse the repository at this point in the history
  • Loading branch information
chancancode committed Mar 19, 2019
1 parent 8261aac commit c51e381
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/@ember/-internals/glimmer/lib/components/link-to.ts
Original file line number Diff line number Diff line change
Expand Up @@ -344,24 +344,28 @@ if (EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS) {

/**
@property route
@category EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS
@public
*/
route: UNDEFINED,

/**
@property model
@category EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS
@public
*/
model: UNDEFINED,

/**
@property models
@category EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS
@public
*/
models: UNDEFINED,

/**
@property query
@category EMBER_GLIMMER_ANGLE_BRACKET_BUILT_INS
@public
*/
query: UNDEFINED,
Expand Down
3 changes: 3 additions & 0 deletions tests/docs/expected.js
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ module.exports = {
'mixin',
'model',
'modelFor',
'models',
'mount',
'mut',
'name',
Expand Down Expand Up @@ -406,6 +407,7 @@ module.exports = {
'pushObjects',
'pushState',
'query-params',
'query',
'queryParams',
'queryParamsDidChange',
'queues',
Expand Down Expand Up @@ -477,6 +479,7 @@ module.exports = {
'reverseObjects',
'rootElement',
'rootURL',
'route',
'routeDidChange',
'routeName',
'routeWillChange',
Expand Down

0 comments on commit c51e381

Please sign in to comment.