Skip to content

Commit

Permalink
[DOCS] Make scrollbar API reference docs public. (#1730)
Browse files Browse the repository at this point in the history
  • Loading branch information
willeastcott committed Nov 4, 2019
1 parent cea3093 commit 323f362
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions src/framework/components/scrollbar/component.js
@@ -1,6 +1,5 @@
Object.assign(pc, function () {
/**
* @private
* @component
* @name pc.ScrollbarComponent
* @extends pc.Component
Expand Down Expand Up @@ -176,7 +175,6 @@ Object.assign(pc, function () {

/**
* @event
* @private
* @name pc.ScrollbarComponent#set:value
* @description Fired whenever the scroll value changes.
* @param {Number} value The current scroll value.
Expand Down
1 change: 0 additions & 1 deletion src/framework/components/scrollbar/system.js
Expand Up @@ -8,7 +8,6 @@ Object.assign(pc, function () {
];

/**
* @private
* @name pc.ScrollbarComponentSystem
* @extends pc.ComponentSystem
* @description Create a new ScrollbarComponentSystem
Expand Down

0 comments on commit 323f362

Please sign in to comment.