Skip to content

Commit

Permalink
Fix JSDoc error (#2703)
Browse files Browse the repository at this point in the history
Enact-DCO-1.0-Signed-off-by: YB Sung ([email protected])
  • Loading branch information
ybsung authored Feb 20, 2020
1 parent 083f743 commit 1a0d28b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions packages/ui/Skinnable/Skinnable.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
* A higher-order component for customizing the visual appearance throughout an application.
*
* This is the base-level implementation of this component. It will typically never be accessed
* directly, and only be instantiated with a configuration once inside a visual library like
* {@link moonstone/Skinnable}. Interface libraries will supply a set of supported skins which will
* directly, and only be instantiated with a configuration once inside a visual library.
* Interface libraries will supply a set of supported skins which will
* be accessible to their components.
*
* @module ui/Skinnable
Expand Down
3 changes: 2 additions & 1 deletion packages/ui/VirtualList/VirtualListBase.js
Original file line number Diff line number Diff line change
Expand Up @@ -1208,7 +1208,8 @@ class VirtualListBase extends Component {
* @memberof ui/VirtualList
* @ui
* @public
//
*/
VirtualListBase.displayName = 'ui:VirtualListBase';

/**
* A callback function that receives a reference to the `scrollTo` feature.
Expand Down

0 comments on commit 1a0d28b

Please sign in to comment.